https://github.com/avinal/snowgauge
A web UI and monitor for Tor Snowflake
https://github.com/avinal/snowgauge
Last synced: 4 months ago
JSON representation
A web UI and monitor for Tor Snowflake
- Host: GitHub
- URL: https://github.com/avinal/snowgauge
- Owner: avinal
- License: mit
- Created: 2023-01-05T20:04:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T17:07:16.000Z (over 3 years ago)
- Last Synced: 2025-10-19T01:41:43.957Z (9 months ago)
- Language: Go
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowgauge
A web UI and monitor for Tor Snowflake
**A work in progress**
## Build and run
1. Fork and clone to your local
2. Run `go build ./cmd/snowgauge`
3. Run `./snowgauge`
4. Alternatively run `./snowgauge -help` for more options
5. Open [localhost:8082](localhost:8082) in a WebSocket Browser
## Screenshots

## References
- [Tor Snowflake proxy](https://community.torproject.org/relay/setup/snowflake/)
- [Snowflake source code](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake)
- [Visualization of real-time data with golang (using WebSocket) by Pratish Bodhale](https://medium.com/@pratishbodhale2/visualization-of-real-time-data-with-golang-with-websocket-bf7a781dffea)
- [Real Time Metrics - Source Code](https://github.com/pratishbodhale/real-time-metrics)