This website works better with JavaScript.
Home
Help
Register
Sign In
mcu
/
arduino-syslog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added platformio metadata
master
maze
3 years ago
parent
224a9af8e7
commit
2557e6e699
2 changed files
with
29 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-0
library.json
+10
-0
library.properties
+ 19
- 0
library.json
View File
@ -0,0 +1,19 @@
{
"name"
:
"Syslog"
,
"keywords"
:
"syslog,log,rfc5424,udp,ethernet,wifi,logging"
,
"description"
:
"A library for logging to Syslog server over UDP protocol."
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://git.maze.io/arduino/Syslog.git"
}
,
"version"
:
"2.0.0"
,
"examples"
:
"examples/*/*.ino"
,
"frameworks"
:
"arduino"
,
"platforms"
:
[
"atmelavr"
,
"atmelsam"
,
"espressif8266"
,
"espressif32"
]
}
+ 10
- 0
library.properties
View File
@ -0,0 +1,10 @@
name=Syslog
version=2.0.0
author=maze <maze@pyth0n.org>
maintainer=maze <maze@pyth0n.org>
sentence=A library for logging to Syslog server over UDP protocol.
paragraph=Logs in RFC 5424 format.
category=Communication
url=https://git.maze.io/arduino/Syslog.git
architectures=*
includes=Syslog.h
Write
Preview
Loading…
Cancel
Save