> Is there any way of uploading AIS data with out using Shipplotter?
> I can send it using a IP and Port.
I suppose aismon only does NMEA over UDP feeds, still. aprs.fi doesn't
take UDP feeds, because the source IP address can be faked very easily -
there's no way for aprs.fi to tell who sent the AIS data to aprs.fi.
MarineTraffic accepts UDP data, and there was already some fake data for
the hijacked vessel "Arctic Sea" (during the hijacking) sent via
MarineTraffic and then from there to aprs.fi. It could have originated
from RF too, but since there were only a couple of positions in clearly
odd places, instead of a proper track, I'm betting it was done over the
Internet. So, I'm insisting on only accepting data using TCP, with a
per-receiver password, so that we know where the positions were received
and can make a rough guess whether the received position packets can be
correct.
You could maybe ask the author of aismon to implement the JSON AIS
protocol:
http://wiki.ham.fi/JSON_AIS.en
gnuais, which works on Linux, can feed data to aprs.fi using the JSON AIS
protocol:
http://gnuais.sourceforge.net/
- Hessu