mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
|
||
---|---|---|
.. | ||
bridge.c | ||
CMakeLists.txt | ||
lib.go | ||
logger.go | ||
README.md |
Writing custom node-type in Go
This directory contains the required glue code for implementing custom node-types in the Go programming language.
Contents of this directory will be compiled into a static library and linked into 'libvillas.so'.
Have a look at the 'go.example' node-type implemented in '/go/pkg/nodes/example' for an example on how to implement your own node-type in Go.