Hi Everybody I am working on simpliciti protocol, in which i have many devices. i am using CC1110 radio. My problem is that, is it possible to make two or more access point (as data hub) and link them and exchange data between them. Please help me.
I have one more question.
consider the situation in which there are 3 End devices and 1 Access point. is it possible the communication as i described below
1. Let name End devices as ED1, ED2, ED3
2.First ED1 Makes link between AP and exchanges data. i n this case ED1 will be in link mode and AP will ben in listening mode
3. Then the ED1 goes to listening mode and Accept link request from ED2 or ED3.
4. Repeating step 2 and 3.
5.Message from ED1 to AP will be the message received from ED2 or ED3.
6. How can i do this. Is it possible to declare two callback function for ED1 for processing in listening or linking mode respectively
Please Help me