Results 1 to 6 of 6

Thread: Need Embedded Network Module HTTP data acquisition program

  1. #1
    Join Date
    Feb 2010
    Posts
    489

    Need Embedded Network Module HTTP data acquisition program

    Hi all,

    I need HTTP-based protocol to implement data acquisition programs, the use of embedded network module for serial to Ethernet data conversion, using the data acquisition board will be encapsulated into HTTP packets. I need this program for flexibility to achieve simple; use of distributed architecture, collecting, high efficiency, suitable for large amounts of data collection. Please provide me. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Need Embedded Network Module HTTP data acquisition program

    HTTP protocol is a TCP-based application layer protocol implementation, which is the exchange of reliable data on the Internet an important foundation. To achieve the HTTP protocol must be based on TCP / IP protocol stack, based on the use of embedded network module can be easily achieved TCP / IP protocol stack functionality. A realization of the use of embedded network module HTTP-based data acquisition program. Check and reply.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Need Embedded Network Module HTTP data acquisition program

    The most critical part of the acquisition board and the network module. Today's most commonly used instrument of communication interface is a 485 serial interface, acquisition board and instrumentation devices typically connected via 485 bus, collecting the use of microcontroller development boards to achieve the next-bit machines and equipment instrument of communication, using master-slave method of data collection needs, and through the 485 sent to the network module, network module before the data acquisition board to issue the serial data, using built-in TCP / IP protocol stack to achieve serial data to the Ethernet data conversion, network module through the network cable, switches, and collection of server connection.

  4. #4
    Join Date
    Oct 2005
    Posts
    2,393

    Need Embedded Network Module HTTP data acquisition program

    Acquisition board is to achieve a place HTTP application layer protocol, as long as the data acquisition board issued in line with HTTP protocol via the network module transformed into a legitimate HTTP requests , then the Web server can use any server-side dynamic web technologies like CGI, ASP, JSP, PHP, ASP.Net, etc.for data processing and preservation. Check that and reply.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Need Embedded Network Module HTTP data acquisition program

    Acquisition board and instrumentation to collect data other than the master-slave communication, the most important task is to collect the data for the HTTP protocol encapsulation of data packets, that is to achieve a simplified SCM HTTP protocol, able to complete the basic data can be interactive features . in the international standard, there are two HTTP protocol standard documents: RFC1945, and RFC2616 [5]. The two versions of the HTTP protocol biggest difference is that The former does not support for maintaining connections, the provisions of each of the HTTP request and response should be closed after the TCP connection, which supports persistent connections, which means that you can open a TCP connection for multiple request / response, greatly improved performance. Best of luck.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Need Embedded Network Module HTTP data acquisition program

    I will give you the following specific examples through a HTTP protocol packet format for implementation.
    Code:
    GET / mycom2http123/test123.aspx HTTP/1.1CRLF
    Host: 127.0.0.1CRLF
    Content-Length: 86CRLF
    Connection: Keep-AliveCRLF
    CRLF
    000000C8420000C8000C8420000C8420000C8420000C8420000C8420000C8420000C84251AD
    Through the tools of data intercepted with 16 hexadecimal display as follows:
    Code:
    00000000:47 45 54 20 2F 63 6F 6D 32 68 74 74 70 2F 74 65 GET / mycom2http123/te123
    
    00000010:73 74 2E 61 73 70 78 20 48 54 54 50 2F 31 2E 31 test123.aspx HTTP/1.1

Similar Threads

  1. Replies: 11
    Last Post: 22-03-2012, 10:58 PM
  2. Which will be best program ,for future ,Embedded Systems or Computer Science and Networking?
    By anshumanbiswal in forum Education Career and Job Discussions
    Replies: 4
    Last Post: 27-09-2011, 01:54 PM
  3. Remote management module 3 is not responding on HTTP
    By Tarank in forum Networking & Security
    Replies: 5
    Last Post: 28-10-2010, 12:26 AM
  4. How to fix Embedded tracker - HTTP Error 300
    By Conqueror in forum Technology & Internet
    Replies: 6
    Last Post: 26-06-2010, 12:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,753,217.68854 seconds with 16 queries