Hello Richard Parker:
If I understand correctly you want to implement an HTTP client with the K64 using HTTP post request.
I don't know of any exact implementation like that to log data, but from a general perspective this is how you should do it:
- Use the DNS system from RTCS TCP/IP stack to get the IP address of the server.
- Implement the http client to use POST and GET requests. There is an application note about using an http client to send or receive data from a Twitter account. This appnote is very old but the theory should be valuable for your application:
AN4417
And you can also download the software package as reference:
AN4417SW
Regards!
Jorge Gonzalez