PicoGUI doesn't require that much from the OS. In fact, I've even
considered making a pgserver that will run without an OS at all. These
are the things pgserver expects to have:
- Some type of RPC for communicating with clients. Currently this has
to be TCP/IP or Unix sockets, but this can (an
If i have to port pgui to an operating system, say an RTOS what i should
look for in it.
In other words, What are the system requirements of pgui, in terms of
network stack (?), memory, tasks, timers and others. Is there any reference
which describes
this in detail ?
Thanks
Ganesh
---