From 7f616987dd604032e5404e43a95c4d0e0df80512 Mon Sep 17 00:00:00 2001 From: Juri Glass Date: Fri, 8 Jul 2011 16:08:52 +0200 Subject: [PATCH] updated README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 828411b..cd44450 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ +libSML +====== + libSML is a library which implements the Smart Messaging 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). -## Version -This is an alpha version, meaning the basics are implemented but there is still some work to do. +### Usage +Compile with + + make -## Usage -Examples how to use libSML are in the examples directory. +The resulting binaries are located in sml/lib -## License +An expample how to use libSML are in the examples directory. + +### License Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed - DAI-Labor, TU-Berlin + libSML is licensed with the GPL, other licenses are available. +#### Thirdparty Acknowledgements This product includes software developed for the Unity Project, by Mike Karlesky, Mark VanderVoord, and Greg Williams and other contributors \ No newline at end of file