Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chauveaul/jachacks
Net Finder is a tool that lets you find the position of the access point you are connected to
https://github.com/chauveaul/jachacks
Last synced: about 1 month ago
JSON representation
Net Finder is a tool that lets you find the position of the access point you are connected to
- Host: GitHub
- URL: https://github.com/chauveaul/jachacks
- Owner: chauveaul
- Created: 2024-05-11T16:20:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T00:16:52.000Z (7 months ago)
- Last Synced: 2024-05-15T18:51:44.609Z (7 months ago)
- Language: Python
- Homepage: https://devpost.com/software/net-finder
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JACHacks
## What It Does?
Net Finder Allows you to find the position of the current access point using only the signal strength## How can you use it
All you need to do is download the zip and install all dependencies. In the folder directory, run `npm install` to install node dependencies and you will also need to install python dependencies using `pip install`.
After that, you will need to run the `server.js` file using node and the `apiserver.py` using python.
Then head to `127.0.0.1:3000` or `localhost:3000` in your browser.Note: This project currently only supports Linux due to the nature of how we obtain the signal strength. Further OS support is in the works.