jpsim / PeerKit

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps
MIT License
870 stars 72 forks source link

PeerKit Additions #3

Closed alexanderjarvis closed 9 years ago

alexanderjarvis commented 9 years ago

Hello!

Thanks for writing PeerKit. I made some local additions, mostly delegate methods that weren't implemented, including sending and receiving resources.

I also added a way to customise the display name as it was just the device UUID by default with no way of changing it.

Also, a way to stop transceiving that disconnects the sessions and the ability to set a new Transceiver e.g. when the display name is changed by a user.

Thanks

jpsim commented 9 years ago

This is fantastic, @alexanderjarvis! Thanks for the PR. I'll merge it once you address my two very minor comments.

alexanderjarvis commented 9 years ago

@jpsim done!