If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
This example show how to create an Web app that allows to check and config network information (e.g MAC address, IP addess, ...) remotely via Web browser.
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:
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...
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...
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...
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:
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:
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).
...
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). ...
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