Hi,
I don't use Lazarus, just FPC command line (via Lightweight).
I have a nifty app on my iPhone called SensorLog and it will output whatever sensor data from the phone one sets up to an IP address and a set port. I can telnet that to the terminal such as
$ telnet 192.168.1.22 60444
or
$ telnet 192.168.1.22 60444 > a_file.csv
but I can't get a named pipe or directed pipe to read in the stream.
Is there some "light" unit that will allow me to read the stream?
Something like
- set an IP address and port as a textfile or a stream
- read from it until dizzy
- close when done
Thanks