kashifrazzaqui / WebSocketTest

Test application for using Websocket server and client on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocketTest

This is a Quick & Dirty implementation!

How to use:

Project can run only on actual devices.

Server needs to open a hotspot.

Connect client device to server's hotspot.

Start the server.

Start the client.

Transmit data from server.

Disconnect both when done.

Data is transmitted via WebSockets over Server's Wi-Fi hotspot.

Data is produced on server by encoding 1080p @ 8 Mb/s H.264 video from camera.

To switch between Telegraph & PSWebSocketServer, change the value of the boolean 'useTelegraph' in TestServer.swift

About

Test application for using Websocket server and client on iOS


Languages

Language:Swift 97.6%Language:Ruby 1.4%Language:Objective-C 1.1%