smswithoutborders / SMSWithoutBorders-Gateway-Client

Deku is a linux SMS management Gateway. It can both receive and send out SMS messages using the Linux ModemManager utilities. It is aimed at being a complete toolset of everything SMS linux. It functions best with USB 2G/3G Modems
GNU General Public License v3.0
20 stars 9 forks source link

Unable to get gateway client state from api #51

Closed nSedrickm closed 1 year ago

nSedrickm commented 1 year ago

GET /system/state endpoint missing

sherlockwisdom commented 1 year ago

now available: https://github.com/smswithoutborders/SMSWithoutBorders-Gateway-Client/commit/99217ed1169e2bb62fe1621602096864fb741dff

nSedrickm commented 1 year ago

Thanks!

nSedrickm commented 1 year ago

@sherlockwisdom thought its worth mentioning here that the states only work correctly if inbound and outbound are running as system services. I was initially running the python scripts directly passing --module but it didn't work

sherlockwisdom commented 1 year ago

That's correct, states are only services. We can add another endpoint to test if API is running.