IEC104 library Code
Brought to you by:
serg1us
File | Date | Author | Commit |
---|---|---|---|
testconf | 2018-09-02 |
![]() |
[25700b] Initial commit |
LICENSE | 2018-09-02 |
![]() |
[25700b] Initial commit |
Makefile | 2018-09-02 |
![]() |
[25700b] Initial commit |
README.md | 2018-09-02 |
![]() |
[8c2156] readme changed |
daemon.c | 2018-09-02 |
![]() |
[25700b] Initial commit |
daemon.h | 2018-09-02 |
![]() |
[25700b] Initial commit |
doc.html | 2018-09-02 |
![]() |
[8c2156] readme changed |
iec104.c | 2019-01-27 |
![]() |
[1b0a8d] fix |
iec104.h | 2018-09-02 |
![]() |
[25700b] Initial commit |
iec104.tar.bz2 | 2019-01-27 |
![]() |
[1b0a8d] fix |
sockets.c | 2019-01-27 |
![]() |
[1b0a8d] fix |
sockets.h | 2018-09-02 |
![]() |
[25700b] Initial commit |
testmaster.c | 2018-09-02 |
![]() |
[25700b] Initial commit |
testslave.c | 2018-09-02 |
![]() |
[25700b] Initial commit |
C implementation of IEC 60870-5-104 standard.
IEC 60870-5-104 (IEC104) protocol is an extension of IEC101 protocol with the changes in transport, network, link & physical layer services to suit the complete network access.
Linux, Windows (with MinGW).
A manual is available online.
Simple, unoptimized build (no dependencies):
make
mingw32-make
LGPLv2.1