Skip to content

bathtub/wrp-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrp-c

C implementation of the Web Routing Protocol

Build Status codecov.io Coverity Apache V2 License GitHub release

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html

Coding Formatter Settings

Please format pull requests using the following command to keep the style consistent.

astyle -A10 -S -f -U -p -D -c -xC90 -xL

About

C implementation of the Web Routing Protocol

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 96.3%
  • CMake 3.7%