duxiangnan85 / MSMultipeerNetworking

Client/Server networking through Apple's MultipeerConnectivity and Apache Thrift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSMultipeerNetworking

Example

What is it?

MSMultipeerNetworking is a library 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

Client/Server networking through Apple's MultipeerConnectivity and Apache Thrift

License:MIT License