google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can eDO host & client connect on two devices?

lengyue524 opened this issue · comments

commented

As I know, eDO use tcp connect to communicate with host and client.
why make it only connect on localhost with two process?
I think it can run on two devices and connect through tcp.

It is definitely possible to allow connecting to other hosts, the EDOHostPort was abstracted to locate the host, whether it's a device, another machine, or a local machine.

We don't have immediate request to implement more of supports, but the device support is already there, and we are happy to review your PRs to support more types of hosts.