8000 GitHub - rddl-network/librddl: A library containing support for RDDL network designed to be integrated into embedded devices.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rddl-network/librddl

Repository files navigation

librddl

A library containing support for RDDL network designed to be integrated into embedded devices.

Prerequisites

Need following libraries

sudo apt-get update
sudo apt-get install protobuf-compiler libprotobuf-c-dev

Virtual python environment

Create a virtual python environment to create run the automated protobuf file generation

virtualenv  -p /usr/bin/python3.11 v311

Source the environment

source v311/bin/activate

Generate the protobuf files the language of choice

Currently two languages are supported python and C. Run

python generate_proto.py --python 

to generate the python bindings or

python generate_proto.py 

to generate the C bindings.

About

A library containing support for RDDL network designed to be integrated into embedded devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0