Question
Barracuda App Server for 32F746GDISCOVERY
Posted on September 02, 2015 at 21:56
Barracuda Application Server Demo for the Discovery Board(32F746GDISCOVERY)
The Barracuda Application Server Demo includes a web based code editor, where you can develop your server side web application directly in a browser, in real time, using the Lua scripting language. The demo enables rapid prototyping of any type of web-based user interface.Discovery board home page: Installing- Download the Barracuda App Server:
- Unzip 32F746GDISCOVERY.zip in any directory.
- Download and install the STM32 ST-LINK Utility:
- Insert an Ethernet cable into the Discovery Board and connect the other end to your network.
- Attach the Discovery Board to your PC via USB.
- Start the STM32 ST-LINK Utility.
- In the menu, click Target -> Connect. This command connects to your Discovery Board.
- In the menu, click File -> Open file -> browse to STM32746G_DISCOVERY.hex and load.
- In the menu, click Target -> Program & Verify. This command uploads the firmware and resets the board.
- Make sure wfs.exe runs on your PC.
- Use a browser and navigate to the Discovery Board's IP address.
- In your browser, click the ''New Application'' tab.
- Enter http://your-PC-IP-Address:port-numbr/fs/ in the ''Directory/ZIP File'' input field and click the browse button. The '':port-number'' is only required if the Web File Server (wfs.exe) is not listening on port 80.
- Navigate to a location where you want to store the new web-app (or create a new directory).
- Double click to select the directory, and click Submit to initiate the new application wizard.
- Follow the wizard as described on the following video:
