libifmap2c is a library written in C++ library to communicate with IF-MAP 2.0 servers. Development started during the IRON project as a personal pet project. The version back then was limited to newSession and publish operations. I found some spare time to add the missing functionality and decided to release it.
- Easy to write simple IF-MAP 2.0 Clients
- SSRC and ARC channels as objects, e.g.
ssrc->newSession()
/arc->poll()
- Uses exceptions for IF-MAP
ErrorResult
(SSRC/ARC) andEndSessionResult
(ARC) - No heavy dependencies (based on libxml2 and libcurl)
- Supports basic and certificate-based authentication
See Building-and-Installing and Examples-and-Testing in the wiki for more information.