- macOS 10.15.3 (Deployment Target of macOS 10.11)
- Xcode 11.3.1 (11C504)
- Swift 5.1.3
Portions of this code do not work and changes may be added from time to time which will break all or part of this app.
NOTE: This code is structured as a Swift Package and should be used as such
Please send any bugs / comments / questions to douglas.adams@me.com
Please see ChangeLog.txt for a running list of changes.
This version currently supports Radios using the Flex v2 API. A Future version of this code will support all Radio versions.
Flex Radios can have one of four different version groups:
- v1.x.x, the v1 API
- v2.0.x thru v2.4.9, the v2 API <<-- CURRENTLY SUPPORTED
- v2.5.1 to less than v3.0.0, the v3 API without MultiFlex <<-- CURRENTLY SUPPORTED
- v3.x.x, the v3 API with MultiFlex <<-- CURRENTLY SUPPORTED
CocoaAsyncSocket is embedded in this project as source code. It provides TCP and UDP connectivity.