This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the



          The Free Software Foundation, Inc.,

          51 Franklin St, Fifth Floor,

          BostonMA 02110-1301,

          USA

        

Abstract

The Easy Publish and Consume library provides an easy method to:

  • publish data per HTTPS
  • announce that information via DNS-SD
  • find that information
  • and finally consume it

You can use this library as key/value store published to the network, using encryption, authentication and service discovery.


Consuming
EpcConsumer — lookup published values
EpcProtocol — transport protocols
Publishing
EpcAuthContext — manage authentication
EpcContents — custom contents
EpcPublisher — easily publish values
DNS-SD Support
EpcDispatcher — publish DNS-SD services
EpcServiceInfo — DNS-SD service descriptions
EpcServiceMonitor — find DNS-SD services
EpcServiceType — service type details
Widgets
EpcPasswordDialog — common password dialog
EpcProgressWindow — provide feedback during lengthly operations
Internal API
EpcShell — library management functions
EpcTls — TLS support