SLRemoteObject 1.4.0

SLRemoteObject 1.4.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Oliver Letterer.



  • By
  • Oliver Letterer

It's just an objc RPC framework for your local network. SLRemoteObject let's you communicate between different devices in a local network very easily.

Getting started

  • Add
pod 'SLRemoteObject'

to your Podfile and import

#import "SLRemoteObject.h"
#import "SLRemoteObjectProxy.h"

License

MIT