Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 559593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:15:14+00:00 2026-05-13T12:15:14+00:00

All of the examples in the TCPIP Demo App are built using a custom

  • 0

All of the examples in the TCPIP Demo App are built using a custom program that designs a webpage that triggers callbacks when the webpage is changed. Is it possible to get a value from a sensor every X seconds and send the data out over an HTTP POST?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:15:15+00:00Added an answer on May 13, 2026 at 12:15 pm

    I do this right now. Reading the value from the sensor every x seconds should be pretty self-explanatory, but encoding the message with a “POST” is a little trickier.

    I did something like the following generic packet:

            TCPPutROMString(MySocket, (ROM BYTE*)"POST ");
            TCPPutROMString(MySocket, RemoteURL);
            TCPPutROMString(MySocket, (ROM BYTE*)" HTTP/1.1\r\nHost: ");
            TCPPutROMString(MySocket, ServerName);
            TCPPutROMString(MySocket, (ROM BYTE*)"\r\nContent-Length:         
                            [put number of all following characters here]\r\n\r\n");
            TCPPutROMString(MySocket, (ROM BYTE*)"variable1=whatever");
            TCPPutROMString(MySocket, (ROM BYTE*)"&variable2=whatever");
            TCPPutROMString(MySocket, (ROM BYTE*)"&variable3=whatever");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use CKEditor with DynamicData Web Site. The all examples that I
I'm using opengl and trying to create a first person camera. All examples use
I've read through the Google Spreadsheets API PHP documentation. All examples are using Zend,
All the examples I've come across using Google Maps API seem to show a
I wrote a program using tcpip sockets to send commands to a device and
In all examples online that I have seen, when rendering meta-balls (level sets of
All examples in Qt show that one should use delegate classes to provide editors
In all examples of F# classes and records I see that records an classes
I have found that in all examples (include rails documentation) that I have seen
All examples of using an osgi HttpService show how to register servlets, resources, etc

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.