Memo is a lightweight framework to make inter-device communication simple. It wraps the Multipeer Connectivity framework and provides some of the boilerplate involved in setting up communication such as compatability checks and reconnect detection.
- iOS 13 or later
- macOS 11.0 or later
Memo is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Memo'
Memo started out as part of the Hexadecimal Keyboard and HexConnect apps. It was extracted and rewritten (it originally used Bonjour directly, rather than MPC) as a general purpose framework for taking the boilerplate out of building similar developer tools.
Memo is available under the Apache License, Version 2.0. See the LICENSE
file for more info.