Announcement

Collapse
No announcement yet.

Search Result

Collapse
9 results in 0.0053 seconds.
Keywords
Members
Tags
phpoc-network
  •  

  • sending data using UDP from phpoc to nodemcu using arduino IDE,PHPOC as softAP

    I have a problem that i am trying to connect my nodemcu with my phpoc(P47s-347) using the PHPOC as AP, and send data from the arduino(PHPOC) to the nodemcu...
    See more | Go to post

  • TCP Client - HTTP GET

    TCP Client - HTTP GET

    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...
    Go to post
    Last edited by support; 02-09-2018, 08:36 AM.

  • TCP Server - Multiple TCP Connections

    TCP 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...
    Go to post
    Last edited by support; 02-09-2018, 08:35 AM.

  • TCP Server - Single TCP Connection

    TCP 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...
    Go to post
    Last edited by support; 02-09-2018, 08:36 AM.

  • MySQL - Updating Data to Remote Server

    MySQL - 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:...
    Go to post
    Last edited by support; 02-09-2018, 08:37 AM.

  • MySQL - Inserting Data to Remote Server

    MySQL - 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:...
    Go to post
    Last edited by support; 02-09-2018, 08:37 AM.

  • Sending Email (ESMTP mail)

    Sending 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).
    ...
    Go to post
    Last edited by support; 02-09-2018, 08:39 AM.

  • Sending Email (SMTP mail)

    Sending 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).
    ...
    Go to post
    Last edited by support; 02-09-2018, 08:38 AM.

  • DNS Lookup

    DNS 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...
    Go to post
    Last edited by support; 02-09-2018, 08:40 AM.
Working...
X
😀
🥰
🤢
😎
😡
👍
👎