Hi,
Now the GPS work the X300B, that’s great!
I try now to configurate the GPSD service for have a tcp socket on the LAN port for put the GPS information to a lan element.
Somebody have the configuration of the GPSD for the X300B ?
If i find it, i will creat a little howto for that.
regards,
Great, i have find the solution with this wiki and with OpenWrt 22.03.3 r20028-43d71ad93e / LuCI openwrt-22.03 branch git-22.361.69894-438c598
For a new install of OpenWRT , you have to install this paquet to :
For GPSD :
http://trac.gateworks.com/wiki/OpenWrt/GPS
The configuration of /etc/config/gpsd
config gpsd ‘core’
option device ‘/dev/ttyUSB1’
option port ‘2947’
option listen_globally ‘true’
option enabled ‘false’
If you want tou activaite a gpsd server put option enabled ‘true’ and reboot.
For have a great viewer in luci => luci-app-gpoint
Attention disable gpsd (option enabled ‘false’) or you cant use luci-app-gpoint
And for debug => picocom /dev/ttyUSB1
Thx for your opensouce product GL inet !