Open Dynamic Programming with LUA Tutorial
Setup, Discovering the development environment
The devkits have been fitted with an OpenAT application running:
• Wavecom’s porting of Lua interpreter and virtual machine
• WIP, Wavecom’s TCP/IP stack, set up with a PPP server over UART2. By default, the devkit takes address 192.168.1.4, and gives address 192.168.1.5 to the PC. PPP user is wipuser, its password is 123456.
• A telnet server, serving a Lua interactive shell. You can find the binary, the sample’s sources and the library on the USB key. This first session’s goal will be to set up your PC, so that you can start developing and running Lua programs on WMP100.
[Read the rest of this entry...]
