jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
1.02k stars 549 forks source link

Can we create api to connect with JCLI via talnet? #1186

Open Ashish03-k opened 6 months ago

Ashish03-k commented 6 months ago

Can we create api to connect with JCLI via talnet?

ShaniHakir commented 6 months ago

there is telnetlib for Python but i dont see why someone would want to use this in combination with Jasmin Gateway

farirat commented 6 months ago

Here's an unmaintained project wrapping the cli console into a rest api: https://github.com/jookies/jasmin-api

Kisuke-CZE commented 6 months ago

There is also project which provides web-gui instead telnet: https://github.com/101t/jasmin-web-panel It seems maintained. I tested it in past, it works somehow, but for me it was not as straightforward as telnet management. But it can serve as an example how to build API.

kimseasok commented 5 months ago

@Ashish03-k , telnet lib is not working. Please use builtin Jasmin proxy instead.