Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: add network based api for serial port access automation #37

Open
ilyapashuk opened this issue Aug 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ilyapashuk
Copy link

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.

@kai-morich kai-morich added the enhancement New feature or request label Oct 19, 2021
@eadmaster
Copy link

eadmaster commented May 29, 2024

another approach would be using intents, like this app supports (and this).

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants