Great for notifying Swift IOS app when server data changes. Works together with UDP Broadcasting Server https://github.com/matzpersson/udp-broadcasting.git
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'
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 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).