rdmenezes / remote-testbed

Automatically exported from code.google.com/p/remote-testbed
0 stars 1 forks source link

Add support for displaying the mote platform #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Re-Mote client should display the mote platform, e.g. DIG528, Tmote,
and micaz.

Original issue reported on code.google.com by jonas.fonseca on 28 Aug 2007 at 3:16

GoogleCodeExporter commented 9 years ago
With the UDEV changes already trickling into the remote repository this should 
now be
easy on the MCH side. However, it will also require a few changes to the MCH-MCS
protocol, MCS mote setup, and the database scripts.

Original comment by jonas.fonseca on 25 Oct 2007 at 4:07

GoogleCodeExporter commented 9 years ago
Added the MCI and DB components to the list.

Original comment by jonas.fonseca on 25 Oct 2007 at 4:34

GoogleCodeExporter commented 9 years ago
a new "platform" mote attribute should be added to DB. The priority should 
probably
be higher than the existing "tosaddress" and "macaddress" attributes.

MCH should read mote platform via mote device file, send the information to MCS,
which should put it in the DB as "platform" mote attribute.

Original comment by jonas.fonseca on 7 Nov 2007 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 7 Nov 2007 at 8:00

GoogleCodeExporter commented 9 years ago
The "platform" mote attribute was added to the DB in commit
d5aef5e41953ed6b8eac704c4654063b7adf638f, however, it was assigned the lowest 
sort
sequence (30), since ordering by TOS address might be a more natural and since 
the
client will have to support ordering ordering motes based on user preferences.

Original comment by jonas.fonseca on 14 Nov 2007 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 22 Nov 2007 at 4:00

GoogleCodeExporter commented 9 years ago
Fixed in the MCI repo in commit bb85c28845a02bd1da880a8cbd6063c84d1828f8

Original comment by jonas.fonseca on 28 Nov 2007 at 2:37