Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port RTP node-type to C++ #770

Open
stv0g opened this issue Apr 9, 2024 · 2 comments
Open

Port RTP node-type to C++ #770

stv0g opened this issue Apr 9, 2024 · 2 comments

Comments

@stv0g
Copy link
Contributor

stv0g commented Apr 9, 2024

No description provided.

@al3xa23
Copy link
Contributor

al3xa23 commented Dec 16, 2024

Hi,
can you give a short explanation or example what you are meaning?

@stv0g
Copy link
Contributor Author

stv0g commented Dec 17, 2024

Hi Alexandra,

can you give a short explanation or example what you are meaning?

Sure :)

The implementation of the rtp node-type still uses the old/legacy C-API:
https://github.com/VILLASframework/node/blob/master/lib/nodes/rtp.cpp

And example for an already to C++ ported node-type is the exec node-type:
https://github.com/VILLASframework/node/blob/master/lib/nodes/exec.cpp

In the new C++ API, every node-type is a sub-class of villas::node::Node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants