This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what's the definition of struct USER_INFO in RL_TCPnet

Hi guys,
Since the single TCP Connection is success using RL_TCPnet firmware, I want to keep go in the Multiple TCP Connections. The follow link is the description of Multiple TCP Connections on KEIL.

www.keil.com/.../rlarm_tn_tcp_mulconn.htm

In the link, there are some source code for the demo of Multiple TCP Connections. There are some struct and macro i can't find the definition in the installation files.
Like:

struct USER_INFO
macro USER_STATE_ERROR; USER_STATE_IDLE; USER_STATE_RESERVED; USER_STATE_ACTIVE; USER_FLAG_FOPENED;
function user_fclose; free_mem

Please give me some hints, thanks very much!!!

Parents
  • I know very less about the RL_TCPnet.

    Long long ago, Keil provides RL_TCPnet and RL_Flash libraries with full source code. But for some reasons, Keil changed their strategy several years ago. Keil no longer provides source code with RL_TCPnet and RL_Flash. But if users need the source code and agree to sign a NDA or some kind of contract. Keil would provide the source code with a very expensive price.

    Some users may use the older version of RL_TCPnet and RL_Flash, so they have full source code with patches they developed by themselves.

Reply
  • I know very less about the RL_TCPnet.

    Long long ago, Keil provides RL_TCPnet and RL_Flash libraries with full source code. But for some reasons, Keil changed their strategy several years ago. Keil no longer provides source code with RL_TCPnet and RL_Flash. But if users need the source code and agree to sign a NDA or some kind of contract. Keil would provide the source code with a very expensive price.

    Some users may use the older version of RL_TCPnet and RL_Flash, so they have full source code with patches they developed by themselves.

Children