Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookey/locate_me
Set the location of your Gluon Node via USB GPS Dongle
https://github.com/spookey/locate_me
Last synced: about 1 month ago
JSON representation
Set the location of your Gluon Node via USB GPS Dongle
- Host: GitHub
- URL: https://github.com/spookey/locate_me
- Owner: spookey
- Created: 2015-09-21T21:20:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T07:32:40.000Z (about 9 years ago)
- Last Synced: 2024-10-19T17:29:10.886Z (3 months ago)
- Language: Lua
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
locate me
=========This script reads NMEA Strings from an USB-Serial GPS Dongle,
and writes the position data into the ``/etc/config/gluon-node-info`` file.It is intended to run directly on a Freifunk Router, running `Gluon `_ Firmware and has an USB Socket.
Initial version was written using a Navilock NL-601US.
* `lua uci reference `_
installation
------------You need drivers for your USB-Serial GPS Dongle.
Check ``ls /dev/`` for any ``ttyUSB*`` device, try ``dmesg`` and ``logread``
to find any signs of your hardware.Install via ``opkg``::
opkg update
opkg install kmod-usb-acmUse the ``copy_run.sh`` script to copy, and then run your scripts on a node.