Hi All,
This query is related to AM335x SK. We have been working on a project and using the EVM inside for it.
There is some help i require from board side. Please see my comments below:
1. There is a PC (system1) which is generating some continuous data at a specified time interval.
Meaning suppose after every 1 second, a 20 letter string is generated. Let’s call it a sample.
At 1 second – 20 letter string (sample1)
At 2 second – next 20 letter strings (sample2)
At 3 second – next 20 letter strings (sample3) and SO ON.
At a time only sample will be navigated on channel (syestem1 PC --to--> EVM --to--> Webserver)
2. These samples are being sent to the EVM through simple TCP/IP programming(Etherent Port). The EVM is running with sitara Linux OS.
3. I am fetching the continuous samples one by one into a buffer from system1 side and receiving the same samples in sequence at board side.
This part is implemented and working fine.
System 1 is running with server.c program and EVM is running with client.c program. Its a simple client-server communnication over Ethernet wire.
4. The NEXT thing is that, I want to send the same coming samples to a webserver.
Time taken to reach the samples from system1 to webserver should be minimum (real time).
5. I need to have the sample1 (generated at system1) on the webserver, then sample2 and so on. Sequence and data integrity should be maintained throughout this whole system.
Is there any possible solution to establsh this scenario(EVM to webserver)?
Please see the attached image for better clarification.
Please suggest your thinking on this. Thanks in advance.
Regards,
Nitin