Star network in SMAC documentation?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Star network in SMAC documentation?

1,085 Views
Constantine
Contributor I
Hello,
 
is there any documentation available on how to establish a simple star network using SMAC?
 
What i want to do, is to implement the Accelerometer application, but also receiving measurements from more than one devices at the same time.
Is it possible using just SMAC?
 
Sincerely,
Costas.


Message Edited by Constantine on 2007-05-20 06:18 PM

Message Edited by Constantine on 2007-05-20 06:34 PM
Labels (1)
0 Kudos
1 Reply

290 Views
honzin
Contributor I
Hi,
I don't know about documentation but It is possible. You only have to do some programming. Simple MAC has functions only to acces transciever and send, receive data. Anything above, You have to do on your own. I solved it by creating "mater-multislave" :smileyhappy: network with numbered packages...
Main device asked any slave one by one for data and slave responded.
But You can do it any way. You can create collision avoidance, acknowledges...
Look at all SMAC demo applications for inspiration.
0 Kudos