/SPLRemoteObject

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

Primary LanguageCMIT LicenseMIT

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