SPLRemoteObject
SPLRemoteObject copied to clipboard
It's just an objc RPC framework for your local network
SPLRemoteObject
Objc RPC framework for your local network. SPLRemoteObject let's you communicate between different devices in a local network very easily.
Getting started
- Add
pod 'SPLRemoteObject'
to your Podfile
and import
#import "SPLRemoteObject.h"
#import "SPLRemoteObjectProxy.h"
- Check out this blog post on how to use SPLRemoteObject.
License
MIT