https://github.com/fclairamb/m2mp-client-c
M2MP Client in C
https://github.com/fclairamb/m2mp-client-c
Last synced: about 1 year ago
JSON representation
M2MP Client in C
- Host: GitHub
- URL: https://github.com/fclairamb/m2mp-client-c
- Owner: fclairamb
- License: mit
- Created: 2013-05-11T22:07:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T12:12:49.000Z (over 5 years ago)
- Last Synced: 2025-03-23T22:53:24.794Z (about 1 year ago)
- Language: C
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# M2MP C client library
[](https://drone.io/github.com/fclairamb/m2mp-client-c/latest)
## Introduction
This is a simple C implementation of M2MP protocol.
## Current status of the project
The project isn't intended to be used by anyone yet. In the future, I'd like it to be integrated in simple embedded hardware.
## How to compile
This should get you started:
git clone git://github.com/fclairamb/m2mp-client-c.git
cd m2mp-client-c
make run
## The M2MP protocol
Before using this library, you can read the specifications of the [M2MP Protocol](http://florent.clairambault.fr/m2mp-protocol).
## The missing link
I'd like to create and offer an open-source M2MP platform associated with this library.