0

What better way to show a list of online users in the rtmfp (cirrus) group? For example in this project http://www.flashrealtime.com/simple-chat-p2p-netgroup-rtmfp/.

Initial registration is not difficult (it`s can do easy like exchanging messages between rtmfp cirrus nodes at the time of entry in the group), but there is a problem of how to perform monitoring of already registered users. Perhaps there are standard mechanisms, such as a list of all peers of cirrus group, or other technology?

ekad
  • 14,436
  • 26
  • 44
  • 46
user1156168
  • 936
  • 13
  • 32

1 Answers1

0

netGroup.neighborCount is what you are exactly looking for. You could find more info here. http://forums.adobe.com/thread/636089

Shankar Narayana Damodaran
  • 68,075
  • 43
  • 96
  • 126
  • I guess that neighbours in rtmfp group not mean all user of this group. And I have additional question, how I can know about new connected peer in rtmfp group. I know only about `NetGroup.Neighbor.Connect` event, but after reading this article http://www.flashrealtime.com/directed-routing-explained-flash-p2p/ I'm afraid that it may sometimes not work. – user1156168 Mar 13 '12 at 14:32