Listens for NMEA messages from rtl-ais via UDP and broadcasts them via Socket.IO
- Use
pipenv installin order to pull the required packages. - Enjoy!
- Copy the included
.env.samplefile and name it.env. - Configure any required values.
- Run the server using
pipenv run server.py - This project contains a small script which reproduces dummy data captured in the port of Giurgiu, Romania. Should you
want to test the software, just run
pipenv run dummy_client.py - Open the included webapp to see the live messages. (Defaults to http://localhost:5000, listens on all interfaces).