Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nndi-oss/ussdproxy

ussdproxy enables interaction between devices and internet services via USSD; useful in environments where internet data costs may be high for IOT projects.
https://github.com/nndi-oss/ussdproxy

africastalking golang iot ussd

Last synced: 4 days ago
JSON representation

ussdproxy enables interaction between devices and internet services via USSD; useful in environments where internet data costs may be high for IOT projects.

Awesome Lists containing this project

README

        

ussdproxy
=========

> NOTE: This is still a work in progress and still very experimental!
> I don't even know if it will be worth pursuing in the next 6 months.

`ussdproxy` enables interaction between devices and internet services via USSD; it is especially useful in constrained environments or where internet data costs are high; for example in IOT projects where it may be costly to
acquire internet data for the device to send data to a server. Such projects can leverage modified-UDCP protocol (via USSD) to send data to a central point. This would only require a SIM and the ability to execute a few AT Commands on a GSM modem (...and of course a ussdproxy running and connected to some USSD shortcode)