innovationgarage / ElCheapoAIS

AIS receiver with DIY antenna and cheap RTL-SDR tuner, built for reporting to AISHub
MIT License
4 stars 1 forks source link

Server side AIS concentrator #4

Open redhog opened 6 years ago

redhog commented 6 years ago

Server that

redhog commented 6 years ago

Note: Needs to be able to handle many clients and high throughput. Possibly needs to be scalable over multiple servers.

Design requirements:

redhog commented 6 years ago

Ref https://twistedmatrix.com/documents/current/_downloads/chatserver.py

redhog commented 6 years ago

Send NMEA to ymslanda.innovationgarage.tech:1024 To receive NMEA, connect to ymslanda.innovationgarage.tech:1025

To view latest position, see http://cartodb.ymslanda.innovationgarage.tech/builder/7d612b55-f2b4-4d1e-a014-a2530a7f893c/embed (updates every 3 minutes, if you want to update earlier, clear your browser cache and reaload)

Received NMEA is stored on disk at /ymslanda/PortPollution/ais/ElCheapoAIS

Code here: https://github.com/innovationgarage/ElCheapoAIS-server