Releases: gunterhager/UDPBroadcastConnection
Releases · gunterhager/UDPBroadcastConnection
Packaged again
Add support for swift tools 5.7.
Packaged
Simplified
Made a couple of simplifications and cleaned up code dealing with receiving data on the UDP socket.
Platforms
Fix for building macOS, tvOS, watchOS
Try it out
Added code to the example and included a test script that allows to test sending a broadcast via app and receive an answer from the Python script.
Swift 5.0
Supports Swift 5.0 and Xcode 10.2
Throwing and catching
This release allows to handle errors via try
. ConnectionError
is thrown wherever applicable. To handle errors that occur during receiving data, a new error handler is used that can be set when initialising a UDPBroadcastConnection
.
Note
This release breaks API compatibility with previous versions.