You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intents have the advantage you don't have to manually start the server before you can send requests, they cannot be killed, and they can easily be invoked from external app/scripts. e.g.:
am broadcast -a kg.serial.manager.send --es data "Status"
hello
please add function to start, when connected, server on localhost or abstract unix socket which will give access to this port for there clients.
with this server it will be possible to access such port from apps like termux, in which it is difficult to use your backend library directly.
The text was updated successfully, but these errors were encountered: