I'm a newbie of web2py. I wish to use web2py to present my other system's status. As I know web2py is event driven, I don't know how to plugin my C system into it.
What's the suggest architecture? My other system is built by C++ program. The different system status is provided three methods: 1. put in common shared memory. 2. broadcast by udp socket. 3. command line utility. Is there any example could let me try?

