foxglove websocket in C++ and JSON) #983
Answered
by
achim-k
GianlucaCerilli
asked this question in
Q&A
-
Good morning, I was looking at these examples and was wondering if you also have a working example server in C++ that uses JSON messages. In addition to this, I also wanted to ask you if it is possible to link foxglove-websocket from CMakeLists in C++, without using Python and Conan. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
achim-k
Apr 4, 2024
Replies: 1 comment 6 replies
-
foxglove/ws-protocol#724 adds an example JSON C++ server Yes, you can use foxglove-websocket directly with CMakelist, you probably have to use |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
defunctzombie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
foxglove/ws-protocol#724 adds an example JSON C++ server
Yes, you can use foxglove-websocket directly with CMakelist, you probably have to use
add_subdirectory()
or something similar.