biblesync 2.1.0
C++ library implementing the BibleSync protocol
BibleSync is a multicast protocol to support Bible software shared co-navigation. The premise is that there is a local network over which to multicast Bible navigation, and someone, possibly several someones, will transmit, and others will receive. The library implementing the protocol is a single C++ class providing a complete yet minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets.
- Outputs:
out
- Website: https://github.com/karlkleinpaste/biblesync
- Licenses: Public Domain
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install biblesync 2.1.0
as follows:
guix install biblesync@2.1.0
Or install the latest version:
guix install biblesync
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.