Currently working on a project that will monitor RS232 data and transmit it wirelessly to a Telent app while I'm in the field.
I've got the Rpi booting up into Ser2net fine and transmitting the data on a local Wi-Fi network which I can view on my Ipad perfectly.
My problem is the Rpi will be moved from device to device and I need to monitor the data sometimes miles out in the field from the control panel so I was thinking 3G, the only problem with this, is the 3G will create a new IP address every time it starts up and I do not want to lug around a monitor with me every time just to check what the IP is before I venture off into the field.
So need a few ideas if anybody could point me in the right direction, my thoughts are so far either some kind of script that would SMS or e-mail me the IP address or maybe an LCD screen built into a board that would tell me the IP address when it connects.
Thanks