Skip to content

A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS.

License

Notifications You must be signed in to change notification settings

xuvw/MultipeerClientServer

Repository files navigation

MultipeerClientServer

What is it?

MultipeerClientServer is a set of code that establishes a client-server network model built upon Apple's Multipeer Connectivity and Apache's Thrift frameworks. Using Multipeer Connectivity, iOS devices can connect local peers using Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks. Peers can take on the role of a server and service clients through remote procedure calls via Thrift, providing an authoritative centralization of data and functionality. Thrift allows developers to establish client-server interoperability by generating code through a simple Interface Definition Language.

Licensing

Please see the file called LICENSE.

About

A client-server model built with Thrift on top of Apple's Multipeer Connectivity framework for iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages