https://github.com/aelse/arduinostatsd
A StatsD client for Arduino
https://github.com/aelse/arduinostatsd
arduino esp8266 esp8266-arduino statsd statsd-client
Last synced: 5 months ago
JSON representation
A StatsD client for Arduino
- Host: GitHub
- URL: https://github.com/aelse/arduinostatsd
- Owner: aelse
- License: mit
- Created: 2017-05-20T10:44:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T22:31:31.000Z (about 2 years ago)
- Last Synced: 2025-04-08T17:21:39.228Z (6 months ago)
- Topics: arduino, esp8266, esp8266-arduino, statsd, statsd-client
- Language: C++
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arduino StatsD
==============A client to emit metrics to StatsD servers over UDP.
Supports tags for modern StatsD server implementations and backends.See examples directory for usage information.
License
-------This software is released under the MIT license (Please see the LICENSE file).