Implementation in C of the Smart Message Language (SML) protocol
Go to file
Juri Glass 550aa82162 Merge pull request #4 from dapaulid/master
Fixed endianness bug in sml_number_init
2012-08-09 02:33:08 -07:00
debian updated debian packaging 2011-10-01 23:25:56 +02:00
examples code cleanup (indents, empty lines, CPP defines, etc) 2011-10-01 22:55:34 +02:00
sml Fixed endianness bug in sml_number_init - revised 2012-08-07 16:35:27 +02:00
test removed test logging 2012-06-07 15:11:19 +02:00
.gitignore updated debian packaging 2011-10-01 23:25:56 +02:00
CONTRIBUTION.pdf added contribution agreement 2011-09-29 11:29:58 +02:00
COPYING added the GPL as license 2011-06-16 13:46:13 +02:00
Makefile added unity test setup 2011-06-28 17:45:14 +02:00
README.md typo 2012-06-07 16:22:55 +02:00
sml.pc added infos for pkg-config 2011-09-01 22:23:31 +02:00

README.md

libSML

libSML is a library which implements the Smart Message Language (SML) protocol specified by VDE's Forum Netztechnik/Netzbetrieb (FNN). It can be utilized to communicate to FNN specified Smart Meters or Smart Meter components (EDL/MUC).

Usage

An example how to use libSML is in the examples directory.

Dependencies

Ubuntu

apt-get install uuid-dev uuid-runtime

Compilation

make

The resulting binaries are located in sml/lib

License

Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed - DAI-Labor, TU-Berlin

libSML is licensed with the GPL, other licenses are available.

Thanks

Steffen Vogel, Thorben Thuermer, Daniel Pauli, He Bowei

Thirdparty Acknowledgements

This product includes software developed for the Unity Project, by Mike Karlesky, Mark VanderVoord, and Greg Williams and other contributors