Skip to content

Releases: gunterhager/UDPBroadcastConnection

Packaged again

04 May 12:40
3680f53
Compare
Choose a tag to compare

Add support for swift tools 5.7.

Packaged

24 Apr 06:27
2e8b55b
Compare
Choose a tag to compare

Adds support for SPM.

Simplified

08 Jan 07:08
Compare
Choose a tag to compare

Made a couple of simplifications and cleaned up code dealing with receiving data on the UDP socket.

Platforms

13 May 07:07
Compare
Choose a tag to compare

Fix for building macOS, tvOS, watchOS

Try it out

02 Apr 12:24
e2153e8
Compare
Choose a tag to compare

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

02 Apr 11:10
6fd7bb8
Compare
Choose a tag to compare

Supports Swift 5.0 and Xcode 10.2

Throwing and catching

25 Mar 13:13
Compare
Choose a tag to compare

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.

Sending and listening

04 Mar 07:42
Compare
Choose a tag to compare

Includes pull request #12. Thanks @kenji21! This will make it possible to open a port just to listen without sending. Furthermore it allows to reconnect again after connection fails.

Xcode 10

08 Oct 10:13
Compare
Choose a tag to compare

Updated project settings to Xcode 10.
Merged pull request #9 by dkpoulsen. Thanks!

Swift 4.0

18 Sep 08:19
Compare
Choose a tag to compare
  • Supports sending Data or String
  • Fixes simultaneous access issue #4.