openbsd-ports/net/libepc/pkg/DESCR
jasper 37b2469bc2 import libepc 0.4.0
The Easy Publish and Consume library provides an easy method to:
    * Publish data using HTTPS: EpcPublisher;
    * Announce that information via DNS-SD: EpcDispatcher;
    * find that information: EpcConsumer;
    * And finally consume it.
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.

ok aja@
2011-09-29 17:07:03 +00:00

10 lines
372 B
Plaintext

The Easy Publish and Consume library provides an easy method to:
* Publish data using HTTPS: EpcPublisher;
* Announce that information via DNS-SD: EpcDispatcher;
* find that information: EpcConsumer;
* And finally consume it.
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.