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 a key/value store published to the network, using encryption, authentication and service discovery.
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 a key/value store published to the network, using encryption, authentication and service discovery.
To install libepc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libepc
To see what files were installed by libepc, run:
port contents libepc
To later upgrade libepc, run:
sudo port selfupdate && sudo port upgrade libepc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.