共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > hl7libc |
hl7libc
|
0 | 0 | 12 |
贡献者 | 讨论 | 代码提交 |
A C HL7 message library, for Linux. It's written in a somewhat OO fashion, using structures and function pointers to simulate objects - as well as providing iterators for the objects to allow one to safely traverse the messages.
It will have both a client and server, using basic TCP sockets.
It has been tested on Ubuntu 8.04, 8.10, 9.04, and AntiX (Mepis) 8. (All Debian-based distributions of Linux.)
If you find any bugs or have suggestions, please feel free to drop me a line.
There is also a C++ version located here.