한 걸음 두 걸음
arduino - mobile간 실시간 인터넷 통신 참고자료 본문
Polling 과 Push에 대해 잘 알아볼 것!!
서버를 따로 만들지않아도 됨
PHPoC Shield for Arduino Library Reference
PhpocClient() Description Creates a client which can connect to a server with specified internet IP address and port. Syntax PhpocClient() Parameters none Returns none Example #include // hostname of web server: char server_name[] = "example.phpoc.com"; Ph
www.phpoc.com
PHPoC Shield for Arduino Library Reference
beginWebSocket() Description Tells the server to begin listening for an incoming Web Socket connection. Syntax server.beginWebSocket(path) Parameters path - URI of the web socket Returns none Example #include PhpocServer server(80); void setup() { Serial.b
www.phpoc.com
PHPoC Shield for Arduino Library Reference
dnsServerIP() Description Returns the DNS server IP address for the device. Syntax Phpoc.dnsServerIP() Parameters none Returns the DNS server IP address for the device (IPAddress). Example #include #include void setup() { Serial.begin(9600); if(Phpoc.begin
www.phpoc.com
https://forum.phpoc.com/articles/tutorials/269-how-to-control-devices-via-websocket
How to Control Devices via WebSocket - PHPoC Forum
Advantage of controlling sensors/devices via WebSocket (POST or GET)Convenient to create Graphic User InterfaceUseful to control continuous states of devices
forum.phpoc.com
https://forum.phpoc.com/articles/tutorials/269-how-to-control-devices-via-websocket
How to Control Devices via WebSocket - PHPoC Forum
Advantage of controlling sensors/devices via WebSocket (POST or GET)Convenient to create Graphic User InterfaceUseful to control continuous states of devices
forum.phpoc.com
https://forum.phpoc.com/articles/tutorials/265-websocket
WebSocket - PHPoC Forum
Introduction to WebSocket The WebSocket is one of the new features of HTML5. It is used to bi-directional exchange data between client (e.g Web browser) and
forum.phpoc.com
'Arduino' 카테고리의 다른 글
아두이노-안드로이드 원격 웹 제어 ] 웹에서 아두이노 모듈 제어하기 (0) | 2019.07.17 |
---|---|
arduino ] 간단한 시리얼통신 (0) | 2019.07.17 |
android - arduino bluetooth 통신으로 앱에서 LED 제어하기 && 앱에서 LED 상태값 실시간 확인하기 (0) | 2019.07.09 |
android - arduino bluetooth 통신 #02 HC-06 연결 및 스케치 프로그램 업로드 (0) | 2019.07.09 |
Arduino PHPoC Shield Library (0) | 2019.07.02 |