Gensync: a library for efficient synchronization of data over a network
Gensync is a library that uses many different syncing algorithms to sync data between two nodes in a network. These algorithms include IBLTs, CPISyncs, HashSyncs, Cuckoo Syncs, and more.
Gensync is a library that uses many different syncing algorithms to sync data between two nodes in a network. These algorithms include IBLTs, CPISyncs, HashSyncs, Cuckoo Syncs, and more.
To install gensync, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gensync
To see what files were installed by gensync, run:
port contents gensync
To later upgrade gensync, run:
sudo port selfupdate && sudo port upgrade gensync
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.