sillsdev / sillsdev/TheCombine
Replace `create_ap` script
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
The WiFi access point is created on the NUC using create_ap which was imported from oblique/create_ap. This project has been archived since Sept. 2021 and is no longer maintained. Consider using NetworkManager, e.g.
nmcli dev wifi hotspot ifname wlp4s0 ssid test password "test1234"
or one of the forks of the create_ap project:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names the NUC's create_ap script and an nmcli hotspot command, but no repository file or test. Start by locating where the NUC invokes create_ap, compare the proposed NetworkManager or fork-based approaches, and verify that the access point still starts with the expected interface, SSID, and password.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, shell
- Domain
- infrastructure, networking
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100