Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENP - Embedded Network Protocol

ENP (Embedded Network Protocol) is a communication protocol designed for data exchange between a wireless remote controller and its controller unit.

Repository Layout

.
├── docs/         Protocol specification and design documents
├── include/enp/  Public header files (the ENP API surface)
├── src/          Implementation source files
├── tests/        Unit tests
└── CMakeLists.txt

Building

cmake -S . -B build
cmake --build build

Testing

ctest --test-dir build --output-on-failure

Protocol Documentation

See docs/ for the full protocol specification, including frame format, message types, and state machine descriptions.

License

TBD

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages