Other Parts Discussed in Thread: Z-STACK
According to my own understanding, Simple API is to assist those who expect a fast solution. In the examples given in z-stack, such as GenericApp, SampleApp, SimpleApp, only SimpleApp implements Simple API.
My question is, is Simple API recommended for beginners who do not know much details of the low level stuff? What if I find SimpleApp is not a good start, but GenericApp instead? Do i have to copy Simple API in SimpleApp to GenericApp? Is it very difficult if I do not use Simple API?
Thanks in advance[:)]