Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Thingsboard | 14,398 | 18 hours ago | 1,406 | apache-2.0 | Java | |||||
Open-source IoT Platform - Device management, data collection, processing and visualization. | ||||||||||
Build | 741 | 7 months ago | 21 | June 04, 2020 | 31 | mit | Go | |||
TeaWeb-可视化的Web代理服务。DEMO: http://teaos.cn:7777 | ||||||||||
Net Glimpse | 305 | 6 years ago | other | JavaScript | ||||||
1) Real-time visualization of network traffic (Ethernet and Internet), and 2) Streaming of header data from your network interfaces via WebSockets | ||||||||||
Wsstat | 118 | 4 years ago | 17 | February 14, 2019 | 6 | mit | Python | |||
Websocket stress testing made beautiful | ||||||||||
Eywa | 47 | 6 years ago | 1 | April 12, 2017 | 9 | other | Go | |||
Make IoT a lot more fun with data. | ||||||||||
Wallet Tracker | 42 | a year ago | 4 | June 24, 2022 | 1 | Go | ||||
Detect real scammers with Wallet-Tracker CLI from anywhere. | ||||||||||
Ux4iot React | 15 | 5 months ago | 11 | May 23, 2022 | mit | TypeScript | ||||
React library for ux4iot for easily building IoT web applications | ||||||||||
Wikispeed | 10 | 5 years ago | 5 | other | JavaScript | |||||
A visualization of the rate of edits to Wikipedia in various languages. | ||||||||||
Ekf Slam | 10 | 6 years ago | 1 | C++ | ||||||
extended kalman filter slam demo | ||||||||||
Telescopecytoscape | 8 | a year ago | 18 | mit | Smalltalk | |||||
TelescopeCytoscape is a connector to render Telescope visualization on web via Seaside |
Realtime visualization of your access logs on a map
It tails an access log, searches for an IP address in each line, determines it's geo coordinates and animates a point on the map in the corresponding location.
docker run -d \
--name geoip-live-map \
-e LOG_FILENAME=/var/log/nginx/access.log \
-v /var/log/nginx:/var/log/nginx:ro \
-p 8080:80 \
ramanenka/geoip-live-map