Hi,
I have certain doubts regarding simple message model.
1. Why simple_message_client_init or simple_message_server_init is never used? Don't we need this function to bind model to the element?
2. I am sending a message from client to server. Can I receive it from simple_message_server.c and vice versa?
3. I could not understand how the model's functions can be used and how the communication takes place.