You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
811 B
28 lines
811 B
11 months ago
|
{
|
||
|
"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": "*"
|
||
|
}
|