Check by script if hotspot is active #255
outdoorbits
started this conversation in
General
Replies: 3 comments 1 reply
|
If I understand the situation, it should. external_callback should work regardless of the number of wifi adapters. |
0 replies
|
Of course, I just hoped to find an easy access to that information. But I can save the last external_callback message and |
0 replies
|
Ah, OK. There is a D-Bus get_info() call in Comitup that reports connected mode. The comitup-cli interface has access to that. "comitup-cli i" should give you what you need in a batch mode (can't verify right now). |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I would like to integrate comitup deeper into little-backup-box and set a link from the web UI if the hotspot is active. Up to now I use external_callback to know that. But if I use two wifi adapters to be able to mange portal pages, this method does not work in any case.
Thank you!
All reactions