Agent in C language based on Mindconnect Library V4. By cloning or downloading this repository, you accept the MindSphere Development License Agreement, which you can read by following the link https://developer.mindsphere.io/license.html. You can find documentation in https://developer.mindsphere.io/resources…
License
mindsphere/mindconnect-MCL-C-agent
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Agent for MindSphere based on Mindconnect Library V4 and written in C Compiled and tested on Raspberry Pi V4 with Raspbian Buster. Principle: Raw Values are coming from data sources (sensors) that are obtained by data acqisition scripts written in python. The data are written in a file interface. The agent reads cyclically the file interface and transfers the data to mindsphere. Using the file interface you can connect any possible data source like proprietary protocols or OPC or whatever ... How to write in the file interface see the documentation or check the python scripts attached. The agent is reading a config file on start , containing all required informations like tenant name , certifcates etc... Basic description based on the usage on the RPi see "RPi Demo Case Instructions V4.2.docx" Used IDE : CodeBlocks 17.12 ( V20 may also work ...?) http://www.codeblocks.org/downloads/5 Required Libraries: Mindconnect Libraries with dependant libs like CURL , OpenSSL on Github : https://github.com/mindsphere/mindconnect-lib via MindSphere.io https://developer.mindsphere.io/resources/mindconnect-lib-v4/resources-mclib-overview.html Libconfig for reading and writing the Config file: https://hyperrealm.github.io/libconfig/ Any questions ? Horst.Rieger@Siemens.Com
About
Agent in C language based on Mindconnect Library V4. By cloning or downloading this repository, you accept the MindSphere Development License Agreement, which you can read by following the link https://developer.mindsphere.io/license.html. You can find documentation in https://developer.mindsphere.io/resources…