What is HTTP?
HTTP means HyperText Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web. The protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.
For example, when you enter a URL in your browser, this actually tells Web browser make an HTTP request to the Web server.
PHPoC has an embedded web server. However, this example shows PHPoC devices to...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
8 results in 0.0058 seconds.
Keywords
Members
Tags
-
TCP Client - HTTP GET
-
Created by:
support
- Published: 12-03-2018, 10:22 AM
- views
- 0 comments
in Tutorials -
Created by:
-
TCP Server - Multiple TCP Connections
-
Created by:
support
- Published: 12-03-2018, 10:20 AM
- views
- 0 comments
in TutorialsTCP Server - Multiple TCP Connections
What is TCP?
TCP is abbreviation of Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.
To exchange data between two devices using TCP protocol, one device acts as TCP server, the other acts...Last edited by support; 02-09-2018, 08:35 AM. -
Created by:
-
TCP Server - Single TCP Connection
-
Created by:
support
- Published: 12-03-2018, 10:22 AM
- views
- 0 comments
in TutorialsTCP Server - Single TCP Connection
What is TCP?
TCP is abbreviation of Transmission Control Protocol. TCP is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.
To exchange data between two devices using TCP protocol, one device acts as TCP server, the other acts...Last edited by support; 02-09-2018, 08:36 AM. -
Created by:
-
MySQL - Updating Data to Remote Server
-
Created by:
support
- Published: 12-03-2018, 10:22 AM
- views
- 0 comments
in TutorialsMySQL - Updating Data to Remote Server
If you want to create an IoT device, which reads sensor's value and updates the value to MySQL database on remote server. This tutorial gives you solution to do it.
Hardware- PHPoC Blue (+ USB WLAN) or PHPoC Black (+ Ethernet cable)
- Micro USB to USB Cable (to upload source code to PHPoC Device)
Quick Steps
Source code of this example is a part of PHPoC Support Packet (PSP). You need to:...Last edited by support; 02-09-2018, 08:37 AM. -
Created by:
-
MySQL - Inserting Data to Remote Server
-
Created by:
support
- Published: 12-03-2018, 10:21 AM
- views
- 0 comments
in TutorialsMySQL - Inserting Data to Remote Server
If you want to create an IoT device, which reads sensor's value and inserts the value to MySQL database on remote server. This tutorial gives you solution to do it.
Hardware- PHPoC Blue (+ USB WLAN) or PHPoC Black (+ Ethernet cable)
- Micro USB to USB Cable (to upload source code to PHPoC Device)
Quick Steps
Source code of this example is a part of PHPoC Support Packet (PSP). You need to:...Last edited by support; 02-09-2018, 08:37 AM. -
Created by:
-
Sending Email (ESMTP mail)
-
Created by:
support
- Published: 12-03-2018, 10:21 AM
- views
- 0 comments
in TutorialsSending Email (ESMTP mail)
We will go through an example of sending an Email by PHPoC Blue or Black.
There are two popular protocols to send Email: SMTP and ESMTP. PHPoC supports libraries for both prototol. Your mail server might use one of them. For example, Gmail uses ESMTP protocol. Therefore, to send email from a Gmail account, it needs to use ESMTP library.
This example shows how to send email using ESMTP protocol.For sending email using SMTP protocol, refer to Sending email (SMTP).
...Last edited by support; 02-09-2018, 08:39 AM. -
Created by:
-
Sending Email (SMTP mail)
-
Created by:
support
- Published: 12-03-2018, 10:21 AM
- views
- 0 comments
in TutorialsSending Email (SMTP mail)
We will go through an example of sending an Email by PHPoC Blue or Black.
There are two popular protocols to send Email: SMTP and ESMTP. PHPoC supports libraries for both prototol. Your mail server might use one of them. For example, Gmail uses ESMTP protocol. Therefore, to send email from a Gmail account, it needs to use ESMTP library.
This example shows how to send email using SMTP protocol.For sending email using ESMTP protocol, refer to Sending email (ESMTP).
...Last edited by support; 02-09-2018, 08:38 AM. -
Created by:
-
DNS Lookup
-
Created by:
support
- Published: 12-03-2018, 10:20 AM
- views
- 0 comments
in TutorialsDNS Lookup
What is DNS?
DNS is stand for Domain Name System (or Service or Server), an Internet service that translates domain names into IP addresses. Because domain names are alphabetic, they are easier to remember. The Internet however, is really based on IP addresses. Every time you use a domain name, therefore, a DNS service must translate the name into the corresponding IP address. For example, the domain name http://www.example.com might translate to 10.0.154.2
Hard...Last edited by support; 02-09-2018, 08:40 AM. -
Created by: