Thanks for the good words. But there is something strange. Right now I use a program that sends over the file from telnet output once every minute. Local telnet to 30003 with file output on the computer with Radar Box software installed. Example of lines in the file is as those here:
MSG,3,0,0,478069,0,2008/06/01,18:45:48.486,2008/06/01,18:50:48.486,,00500,,,0,0,0,,0,0,0,0
MSG,3,0,0,478069,0,2008/06/01,18:45:50.486,2008/06/01,18:50:50.486,,00400,,,0,0,0,,0,0,0,0
MSG,3,0,0,478069,0,2008/06/01,18:45:55.470,2008/06/01,18:50:55.470,,00400,,,0,0,0,,0,0,0,0
MSG,3,0,0,478069,0,2008/06/01,18:46:02.486,2008/06/01,18:51:02.486,,00300,,,0,0,0,,0,0,0,0
MSG,3,0,0,478069,0,2008/06/01,18:46:07.486,2008/06/01,18:51:07.486,,00200,,,0,0,0,,0,0,0,0
But if I run a telnet to the IP of the computer with Radar Box software on the server, the first 15 characters is cut away.
9,0,2008/06/01,18:45:48.486,2008/06/01,18:50:48.486,,00500,,,0,0,0,,0,0,0,0
9,0,2008/06/01,18:45:50.486,2008/06/01,18:50:50.486,,00400,,,0,0,0,,0,0,0,0
9,0,2008/06/01,18:45:55.470,2008/06/01,18:50:55.470,,00400,,,0,0,0,,0,0,0,0
9,0,2008/06/01,18:46:02.486,2008/06/01,18:51:02.486,,00300,,,0,0,0,,0,0,0,0
9,0,2008/06/01,18:46:07.486,2008/06/01,18:51:07.486,,00200,,,0,0,0,,0,0,0,0
Is this an error with my setup, or is this something that is normal when connecting from another computer ? I've tried with both telnet and netcat, with same results.
I should be able to do this, will make my days a lot easier. No need to ftp the file to my server for processing. This gives me an extra delay too, in addition to the normal 5 minute delay.