Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nndi-oss/ussdproxy
- Owner: nndi-oss
- Created: 2022-01-31T11:53:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T21:25:57.000Z (over 2 years ago)
- Last Synced: 2024-06-19T19:48:12.010Z (7 months ago)
- Topics: africastalking, golang, iot, ussd
- Language: Go
- Homepage:
- Size: 603 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)