SPLRemoteObject icon indicating copy to clipboard operation
SPLRemoteObject copied to clipboard

It's just an objc RPC framework for your local network

SPLRemoteObject

CI Status Version License Platform

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"

License

MIT