Hi All,
After a few months of playing with Starterware on the Beaglebone Black board, it's time for me to implement internet connectivity. My knowledge of TCP/IP is very limited. The most "advanced" use I ever used are XMLHttpRequest objects (MS and PHP), so I haven't any idee about the underlaying technologies.
My goal is to be able to write/configure the starterware lwIP implementation so that I can call a webservice and receive the response from that service, as for example calling a weather-service for the current weater at a specific location and receiving the XML containing the current weather conditions.
I've read the documentation in the \ti\AM335X_StarterWare_02_00_01_01\third_party\lwip-1.4.0\doc folder.
Unfortunatly, I couldn't find project files to compile the code to a library for reference in my own project... So I tried to include the sourcecode into my project (linked folder), but this gives a lot of errors. Maybe because my project is written in C++, not C, and the calling convention for the wlIP code is extern"C" ? What are the configuration options, where to define them and what do they realy mean... etc, etc.
Furthermore, where can I find background information about all the underlying technologies, debug tips, debug tools on the PC side etc?
All tips are welcome !
Paul