Skip to content

Swift UDP Broadcast receiver. Great for notifying Swift IOS app when server data changes.

License

Notifications You must be signed in to change notification settings

matzpersson/swift-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Swift UDP Broadcast receiver

Great for notifying Swift IOS app when server data changes. Works together with UDP Broadcasting Server https://github.com/matzpersson/udp-broadcasting.git

Dependicies

This code is dependent on CocoaAsyncSocket on https://github.com/robbiehanson/CocoaAsyncSocket. Requires a

Install using CocoaPods by adding this line to your Podfile:

use_frameworks! # Add this if you are targeting iOS 8+ or using Swift
pod 'CocoaAsyncSocket'  

Usage

Launch from Workspace file, type in connection details and wait for incoming messages. Use UDP Broadcasting Server https://github.com/matzpersson/udp-broadcasting.git to broadcast test messages.

Copyright

Copyright 2016 Headstation. (http://headstation.com) All rights reserved. It is free software and may be redistributed under the terms specified in the LICENSE file (Apache License 2.0).

About

Swift UDP Broadcast receiver. Great for notifying Swift IOS app when server data changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages