Skip to content

Commit

Permalink
Merged in update-readme (pull request #23)
Browse files Browse the repository at this point in the history
Update readme

Approved-by: Rina Fujino
  • Loading branch information
hame-c8y authored and rina23q committed Feb 1, 2021
2 parents 0b61258 + 9724ce6 commit 3d55a71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cumulocity Linux Agent #

Cumulocity Linux agent is a generic agent for connecting Linux-powered devices to Cumulocity's IoT platform. It runs on all major Linux distributions (Ubuntu, Debian, Raspbian, CentOS, etc.).
Cumulocity Linux agent is a generic agent for connecting Linux-powered devices to Cumulocity's IoT platform. It runs on all major Linux distributions (Ubuntu, Debian, Raspberry Pi OS, CentOS, etc.).

### Current Features ###

Expand Down Expand Up @@ -78,6 +78,11 @@ sudo systemctl start cumulocity-agent
Modbus support is by default disabled. To enable modbus support, you need to edit the Makefile to set`PLUGIN_MODBUS:=1`.
The modbus feature requires libmodbus library, make sure you have libdmobus installed before build with modbus support.

Also, add `modbus` to the following line in cumulocity-agent.conf:
```
lua.plugins=system,logview,shell,version,modbus
```

#### How to enable CANopen support in the agent ####
CANopen is composed of two parts. A Lua plugin, which is included into the agent build by default. However, to actually
get CANopen support, you would also need to build the Cumulocity CANopen service, which is a C program based on the
Expand Down

0 comments on commit 3d55a71

Please sign in to comment.