Using SIMCOM SIM900 GSM GPRS w/Arduino as server
Posted: Thu Jan 08, 2015 5:56 am
On a high level, what I'm looking to do is:
Listen for incoming connection (I'll call it connection A) via GPRS (backed by Arduino Uno):
- Upon receiving a connection:
--Receive a data stream from that connection
--Report data back to that connection
--Once Connection A is established, listen for incoming connection (I'll call it connection B) via GPRS
---Send data on connection B (not expecting to receive data from connection B)
I imagine this working perhaps with a socket library where GPRS is providing the comms, but I haven't found any literature guiding me on how to "listen" for connections using GPRS, nor maintaining more than one active connection.
Has anyone done anything similar?
Any help you're able to provide me is greatly appreciated. Thanks!
Listen for incoming connection (I'll call it connection A) via GPRS (backed by Arduino Uno):
- Upon receiving a connection:
--Receive a data stream from that connection
--Report data back to that connection
--Once Connection A is established, listen for incoming connection (I'll call it connection B) via GPRS
---Send data on connection B (not expecting to receive data from connection B)
I imagine this working perhaps with a socket library where GPRS is providing the comms, but I haven't found any literature guiding me on how to "listen" for connections using GPRS, nor maintaining more than one active connection.
Has anyone done anything similar?
Any help you're able to provide me is greatly appreciated. Thanks!