Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.07 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.07 KB

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.