How do I activate hostap(hotspot) in my code? #756
Answered
by
billz
wooseokyourself
asked this question in
Q&A
-
Hi. I wanna use this app in my python project. All I want to do is this; normally the hotspot is dead, and when some condition my program should activates the hotspot of my raspi. So I had found some API for developers but I couldn't find them. Maybe it seems impossible cuz I have no experience for backend of web service. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
billz
Jan 12, 2021
Replies: 1 comment 4 replies
-
The shell script installers/servicestart.sh is executed when the hotspot is started in the UI. You can execute it with Python by doing something like this:
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
wooseokyourself
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The shell script installers/servicestart.sh is executed when the hotspot is started in the UI. You can execute it with Python by doing something like this: