Skip to content

Commit df69c31

Browse files
committed
mod: from RpcLite to RPClite
1 parent 4c22946 commit df69c31

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# RpcLite
1+
# RPClite
22
RPC lib for embedded based on MsgPack

examples/rpc_lite_client/rpc_lite_client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <RpcLite.h>
1+
#include <RPClite.h>
22

33
SerialTransport transport(&Serial2);
44
RPCClient client(transport);

examples/rpc_lite_dummy/rpc_lite_dummy.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <RpcLite.h>
1+
#include <RPClite.h>
22

33
DummyTransport transport;
44
RPCServer server(transport);

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": "RPClite",
33
"keywords": "rpclib,msgpack,serial",
4-
"description": "RpcLite for Arduino (based on hideakitai MsgPack)",
4+
"description": "RPClite for Arduino (based on hideakitai MsgPack)",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/eigen-value/RpcLite.git"
7+
"url": "https://github.com/bcmi-labs/RPClite"
88
},
99
"authors": {
1010
"name": "Lucio Rossi",

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=RpcLite
1+
name=RPClite
22
version=0.0.1
33
author=Lucio Rossi (eigen-value)
44
maintainer=Lucio Rossi (eigen-value)
5-
sentence=RpcLite for Arduino (based on hideakitai MsgPack)
6-
paragraph=RpcLite for Arduino (based on hideakitai MsgPack)
5+
sentence=RPClite for Arduino (based on hideakitai MsgPack)
6+
paragraph=RPClite for Arduino (based on hideakitai MsgPack)
77
category=Communication
8-
url=https://github.com/eigen-value/RpcLite.git
8+
url=https://github.com/bcmi-labs/RPClite
99
architectures=*
1010
depends=ArxContainer (>=0.6.0), ArxTypeTraits, DebugLog (>=0.8.1)

0 commit comments

Comments
 (0)