From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e4833291ef0dcb43052d394aa5231e1@9netics.com> To: 9fans@9fans.net Date: Wed, 23 Sep 2009 13:57:47 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] bluetooth Topicbox-Message-UUID: 76c3de86-ead5-11e9-9d60-3106f5b1d025 > echo inquiry M N >/net/bt/ctl > (spend up to M seconds looking for up to N devices) > cat /n/bt/devices > (see what devices have been found) the application i have in mind inventories all device id's it sees with a time stamp. i need to measure the flow between two endpoints based on the id/timestamp. i was thinking of something like this: while (sleep 1) { echo `{ls /net/bt/ids}^'@'^`{date -n} } i've not considered the pros/cons of each approach. thank you for doing this. like nemo, i'd like to offer testing.