Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mmadfox/rpi-wifi-web-manager

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mmadfox/rpi-wifi-web-manager

  • v0.0.0-20240915063807-6ea38f13efdf
  • Source
  • Go
  • Socket score

Version published
Created
Source

Webnm

Webnm is a cobbled together tool for managing Wi-Fi networks and switching the default route (switch-iface) for my Raspberry Pi workers. In my case, Raspberry Pi devices act as Wi-Fi access points with a USB modem, TUN, and other interfaces on board. When you're on the go with only a phone at hand, it’s really convenient to manage connections through the web UI. I wouldn't exactly call it a full-fledged project, but if you're interested in developing it further, you’re welcome!

I haven't considered Cockpit, as it doesn't fit my specific use case.

Inspired by the article: Host a Wi-Fi hotspot with a Raspberry Pi

Installation from source

!!! Install golang before building the project golang

$ git clone https://github.com/mmadfox/rpi-wifi-web-manager.git
$ cd rpi-wifi-web-manager
$ make build
$ sudo mv ./build/linux-arm64-webnm /usr/local/bin/webnm
$ sudo cp ./scripts/webnm.service /etc/systemd/system/
$ sudo systemctl enable webnm.service
$ sudo systemctl start webnm.service
$ sudo systemctl status webnm.service

Screenshots

List New connection

FAQs

Package last updated on 15 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc