updated README.md
This commit is contained in:
parent
3a1e35d968
commit
7f616987dd
1 changed files with 13 additions and 5 deletions
18
README.md
18
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
|
Loading…
Add table
Reference in a new issue