1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/go/lib
Steffen Vogel 7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
..
bridge.c update Steffens mail address 2022-12-16 23:44:07 +01:00
CMakeLists.txt docker: remove alpine and centos images in favor of debian multiarch builds 2022-03-14 22:58:18 -04:00
lib.go update Steffens mail address 2022-12-16 23:44:07 +01:00
logger.go update Steffens mail address 2022-12-16 23:44:07 +01:00
README.md go: finish Go node-type 2022-03-14 15:32:20 -04:00

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.