{"id":24953895,"url":"https://github.com/ztkent/pifi","last_synced_at":"2025-04-15T11:54:59.993Z","repository":{"id":272683946,"uuid":"915486014","full_name":"ztkent/pifi","owner":"ztkent","description":"Modern headless WiFi configuration tool for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2025-02-17T01:54:19.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:51:20.118Z","etag":null,"topics":["bookworm","go","raspberry-pi","wifi-configuration"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ztkent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-12T00:49:49.000Z","updated_at":"2025-03-15T02:56:49.000Z","dependencies_parsed_at":"2025-01-16T01:51:40.937Z","dependency_job_id":"79d009d7-bf6e-482c-9e9e-cba677d969d7","html_url":"https://github.com/ztkent/pifi","commit_stats":null,"previous_names":["ztkent/pifi"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztkent%2Fpifi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztkent%2Fpifi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztkent%2Fpifi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztkent%2Fpifi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ztkent","download_url":"https://codeload.github.com/ztkent/pifi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067775,"owners_count":21207395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookworm","go","raspberry-pi","wifi-configuration"],"created_at":"2025-02-03T04:16:30.505Z","updated_at":"2025-04-15T11:54:59.973Z","avatar_url":"https://github.com/ztkent.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PiFi\n\nModern headless WiFi configuration tool for Raspberry Pi.    \nRemotely manage IoT projects without physical access to the device.\n\nWorks with Bookworm using NetworkManager.  \nTested on Raspberry Pi: 2B, Zero W, Zero 2 W, and 5. \n\n## Key Features\n- Web Interface for WiFi management\n- Access point mode to manage offline devices\n- Systemd service for automatic network configuration\n\n## Web Interface\n\nA simple web service that allows you to configure the WiFi settings of your Raspberry Pi.   \n- Connect to the same network as your device running PiFi\n- Navigate to `http://\u003cdevice-ip\u003e:8088`  \n\n\u003cimg width=\"720\" height=\"400\" alt=\"image\" src=\"https://github.com/user-attachments/assets/14ca5116-28df-43fd-8203-88c12690f924\" /\u003e\n\n\n## Systemd Service\n\n`pifi.service` is a daemon that runs on boot and helps you configure the WiFi settings of your Raspberry Pi.  \n\n- If the service detects your device is offline, it will enable access point mode\n- Connect a client to the access point \n  - The AP should be named `PiFi-AP-\u003c1234\u003e`\n- Navigate to `http://10.42.0.1:8088` to view the web interface \n- View the available networks, and connect your target network\n\n### Setup\n\n- Create the new systemd service file:   \n`sudo vim /etc/systemd/system/pifi.service`\n\n```shell\n[Unit]\nDescription=PiFi Service\nAfter=network.target\n\n[Service]\nExecStart=\u003cpath-to-pifi-binary\u003e\nEnvironment=\"PATH=/usr/bin:/usr/sbin\"\nWorkingDirectory=\u003cdirectory-of-pifi-binary\u003e\nUser=root\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n```\n\n- Reload systemd to recognize the new service:   \n`sudo systemctl daemon-reload`\n\n- Enable the service to start on boot:   \n`sudo systemctl enable pifi.service`\n\n- Start the service immediately:   \n`sudo systemctl start pifi.service`\n\n- Check the status of the service:   \n`sudo systemctl status pifi.service`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztkent%2Fpifi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztkent%2Fpifi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztkent%2Fpifi/lists"}