Code Monkey home page Code Monkey logo

wrp-c's Introduction

wrp-c

C implementation of the Web Routing Protocol

Build Status codecov.io Coverity Quality Gate Status Language Grade: C/C++ Apache V2 License GitHub Release

This is a simple library that converts between c structures and msgpack encoded structures, with a few helper functions thrown in.

Dependencies

Building and Testing Instructions

meson setup --warnlevel 3 --werror build
cd build
ninja all test coverage
firefox meson-logs/coveragereport/index.html

wrp-c's People

Contributors

armcc avatar bill1600 avatar cableramki avatar gbuddappagari avatar kraj avatar manderiasian avatar sadhyama avatar schmidtw avatar selvamkrish avatar shilpa24balaji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wrp-c's Issues

CRUD interface should be more flexible

As defined now, the CRUD interface only allows JSON, but it should allow a binary payload and include a content-type. This enables much more flexible code in the future.

Rename master branch to main

Also have to change references to the branch in .travis.yml, README, and CONTRIBUTING. Double check any other markdown files as well - sometimes links have the branch name in them.

Clarify Span format

Within the CRUD message definition & Simple Request-Response Definition clarify spans correct data format. Currently it is in the air to what the final form should be: a strings to strings, or a map of strings to strings.

The WRP lists the current spans format as:
"An array of arrays of timing values as a list in the format: "name", "start time", "duration""

define target_link_libraries

In order to get everything in the right order on the linker command
line, external libraries need to be defined via LINK_LIBRARIES (and
not via LDFLAGS).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.