Skip to content

Hype-Labs/pubsub.ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt tag alt tag

Hype is an SDK for cross-platform peer-to-peer communication with mesh networking. Hype works even without Internet access, connecting devices via other communication channels such as Bluetooth, Wi-Fi direct, and Infrastructural Wi-Fi.

The Hype SDK has been designed by Hype Labs. It is currently available for multiple platforms.

You can start using Hype today.

Project

This project is a decentralized peer-to-peer publisher-subscriber system powered by the HypeSDK, for the iOS platform. Due to its decentralized nature this system is more robust than traditional publisher-subscriber systems that usually requires a centralized broker to serve as intermediary between publishers and subscribers. You can find out a detailed description of the system in this article. You can also see a demonstration video of the system here.

Setup

This demo does not work out of the box. The following are the necessary steps to configure it:

  1. Download the SDK binary for iOS
  2. Extract it, and drag it to the HypePubSub.iOS named folder inside the project root folder
  3. Access the apps page and create a new app
  4. Name the app and press "Create new app"
  5. Go to the app settings
  6. Copy the identifier under App ID
  7. With the project open on Xcode, in the file HpsConstants.swift, find the line that reads static let APP_IDENTIFIER = "{{app_identifier}}"
  8. Replace {{app_identifier}} by the App ID you just copied
  9. Go back to the app settings
  10. This time, copy the Access Token, under the Authorization group
  11. Open the same file, HpsConstants.swift, find the line that reads static let ACCESS_TOKEN = "{{access_token}}"
  12. Where that method returns {{access_token}}, have it return the token you just copied instead

You should be ready to go! If you run into trouble, feel free to reach out to our community or browse our other support options. Also keep in mind our project templates on the apps page for demos working out of the box.

Demonstration

Click here to see a demonstration video.

Other platforms

Besides iOS, this project is available for the following platforms:

License

This project is MIT-licensed.

Follow us

Follow us on twitter and facebook. We promise to keep you up to date!

App Icon Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

About

Decentralized peer-to-peer publisher-subscriber system powered by the HypeSDK, for the iOS platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages