Skip to content

y-natsui/CocoaAsyncSocket-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#CocoaAsyncSocket-Server

On the same WiFi network, input an IP address you want to communicate with, and you can send messages without a server system.

同一WiFiネットワーク上なら相手端末のIPを入力するだけでサーバーを介さずにiOS間でリアルタイム通信ができるサンプルアプリケーションです。

##How to use

  1. Prepare two iOS devices and install applications on both server and client side.
    2台のiOS端末を準備し、Server側とClient側でそれぞれアプリケーションをインストール

  2. Input a server side IP address and messages on the client side.
    Client側から相手端末のIPとメッセージを入力

  3. You can receive messages from the client side.
    Server側でラベルに送信したメッセージが反映される

##CocoaAsyncSocket-Client

https://github.com/y-natsui/CocoaAsyncSocket-Client

##Library

CocoaAsyncSocket
https://github.com/robbiehanson/CocoaAsyncSocket

About

A server demo written in Objective-C using CocoaAsyncSocket for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published