An open API service indexing awesome lists of open source software.

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

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
![image](https://user-images.githubusercontent.com/74113200/212732921-ed268e1f-1fc0-40d8-bbe9-0b6ae995b9a2.png)
## 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)