Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Server console #16

Open
alexcoder04 opened this issue Dec 19, 2021 · 0 comments
Open

Server console #16

alexcoder04 opened this issue Dec 19, 2021 · 0 comments
Labels
enhancement New feature or request priority:low It can wait
Milestone

Comments

@alexcoder04
Copy link
Owner

alexcoder04 commented Dec 19, 2021

Some kind of way to control the server: restart it, reload the configuration, shut down, ...
Original issue on the main repo:

What should we use for the console?
Stdin is not an option, because we don't have a window with the server running open all the time; moreover the server would print messages while you are typing your command, so it wouldn't really work.
A Unix domain socket would be much better, but it's not supported on Windows (does Windows have something like that?).
Another socket listening on localhost? Seems complicated to me.

The best solution that comes to my mind is to write a simple rfap-go-server-ctl utility which would send messages to the main process.

@alexcoder04 alexcoder04 added enhancement New feature or request priority:low It can wait labels Dec 19, 2021
@alexcoder04 alexcoder04 added this to the v0.4.0 milestone Dec 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request priority:low It can wait
Projects
None yet
Development

No branches or pull requests

1 participant