Skip to content

C++ library with implementations of websocket and mqtt communication

Notifications You must be signed in to change notification settings

eagletrt/lib-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib-communication

C++ library with implementations of connection, websocket and mqtt connection

Other docs:

How to use

add_subdirectory(*path-to-lib-communication*)

include_directories(
    ${communication_SOURCE_DIRS}
)

target_link_libraries(
    *your-target*
    communication
)

About

C++ library with implementations of websocket and mqtt communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published