rdmenezes / remote-testbed

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

Remove some site specific DB tables #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The tosaddress and macaddress tables are not really required, since they
are mirrored in the mote attribute tables, which can serve as the main
storage area. Motivation:

 * The main purpose of the tosaddress is to assign "the next available" TOS
addresss, which can be done by simply using the mote.id field.

 * The macaddress table is used for storing the MAC address of known motes,
but this is also mirrored in the mote attribute tables and in the long run
the MAC addresses used by Re-Mote should be strings only (issue 9).

This will require that MCI gets functionality for getting mote attributes;
currently it is only possible to set attributes easily.

Original issue reported on code.google.com by jonas.fonseca on 5 Nov 2007 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 5 Nov 2007 at 3:47

GoogleCodeExporter commented 9 years ago
As of commit 1aacb273db84a35d515709b865a418b3424b6684, MCI no longer uses the
tosaddress and macaddress tables.

Original comment by jonas.fonseca on 5 Nov 2007 at 6:35

GoogleCodeExporter commented 9 years ago
The tables were removed from the database componentn in commit
d16b7d93bd41ee83e94e251c82f7888a5b42bf75.

Original comment by jonas.fonseca on 5 Nov 2007 at 6:39