forked from andresarmento/modbus-arduino
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
27 lines (27 loc) · 811 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Modbus-Arduino",
"version": "1.3.0",
"keywords": "modbus, server, slave, rtu, tcp, wireless, radio",
"description": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Application layer library (OSI 7), used by all implementations over serial line and TCP/IP.",
"homepage": "https://epsilonrt.github.io/modbus-arduino",
"authors":
[
{
"name": "Pascal JEAN aka epsilonrt",
"url": "https://github.com/epsilonrt",
"maintainer": true
},
{
"name": "André Sarmento Barbosa",
"url": "https://github.com/andresarmento"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/epsilonrt/modbus-arduino.git"
},
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": "*"
}