10 years, 7 months ago.

library web interface

Hello, We're students on IT and we are working on an Arch Pro development board for the regulation of a pottery furnace by web interface, so we would like to know if there are libraries to create an integrated web server to display information on a web page.

There is this company -> http://www.coridiumcorp.com/ that made an ARMBasic for the ArchPro. They might have a 'beta' of a web-type of interface that would work on the ArchPro. Their software usually costs $5 usd. I did some initial 'alpha/beta' testing on the Basic portion.

posted by Gary Z 08 Mar 2015

1 Answer

10 years, 7 months ago.

Hi nicolas,

I don't know if any have been tested with the target you are using, but if you search for "http server" and "web server", you'll find several. Most run against the mbed official "EthernetInterface" library, so you'll look for that as well. I don't have an Arch Pro, so cannot comment if there is anything unique to make those SW libraries work on your hardware. It shows the same LPC1768 as the original mbed - so that may greatly lessen the challenges.

Accepted Answer