Skip to content

Commit 9187619

Browse files
committed
Other changes to README and descriptions
1 parent b37518f commit 9187619

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# RPClite
2-
RPC lib for embedded based on MsgPack
1+
# Arduino_RPClite
2+
3+
A MessagePack RPC library for Arduino allows to create a client/server architecture using MessagePack as the serialization format. It follows the [MessagePack-RPC protocol specification](https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md). It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
4+
5+
### Credits
6+
7+
This library is based on the MsgPack library by @hideakitai.

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "RPClite",
2+
"name": "Arduino_RPClite",
33
"keywords": "rpclib,msgpack,serial",
4-
"description": "RPClite for Arduino (based on hideakitai MsgPack)",
4+
"description": "A MessagePack RPC library for Arduino",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/bcmi-labs/RPClite"
7+
"url": "https://github.com/bcmi-labs/Arduino_RPClite"
88
},
99
"authors": {
1010
"name": "Lucio Rossi",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=0.0.1
33
author=Lucio Rossi (eigen-value)
44
maintainer=Lucio Rossi (eigen-value)
55
sentence=A MessagePack RPC library for Arduino
6-
paragraph=allows to create a client/server architecture using MessagePack as the serialization format. It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
6+
paragraph=allows to create a client/server architecture using MessagePack as the serialization format. It follows the MessagePack-RPC protocol specification. It is designed to be lightweight and easy to use, making it suitable for embedded systems and IoT applications.
77
category=Communication
88
url=https://www.arduino.cc/
99
architectures=*

0 commit comments

Comments
 (0)