[Tinyos-help] for David Gay: Matchbox

2006-08-02 Thread robycannone
Hi David Gay, I'm using matchbox with TinyDB. I have seen that you implemented a lot of code for TinyDB (expecially the part about flash memory) I'd store permanently an attribute (for example location) on the mote but i don't know if i have to use matchbox. My aim is to run queries like

Re: [Tinyos-help] Matchbox

2006-07-27 Thread robycannone
I have made an error sending you the output: This is correct: Deleting old files Built a Packet source for unknown We're connected to avrmote mreset: not found **Expect nothing Built a Packet source for unknown We're connected to avrmote Built a Packet source for unknown We're connected to

[Tinyos-help] Matchbox

2006-07-26 Thread robycannone
Hi David Gay, I'd know which version of TinyOs you have used and what type of sensor. I'm using TinyOS 1.1.7 and mica2 motes. Is it possible that I'm not able to store information using matchbox because I'm using this version of TinyOS? There are some particular flag to set? My aid is to use

[Tinyos-help] Using matchbox

2006-07-25 Thread robycannone
Hi all, I'w know if matchbox writes only on RAM or also in FLASH. I'w tryed matchbox applications (like CopyIn e CopyOut) but when I reset the mote the file that I have written doesn't exist more. How can I write on flash using matchbox? Can someone help me? Thanks. Roberto

[Tinyos-help] TinyDB with BlackbookFullConnect

2006-07-21 Thread robycannone
Hi David, Have you any ideas why if I link Blackbook's libraries to TinyDBApp it doesn't work. I have made this makefile, compiled TinYDB without to connect BlackbookFullConnectC.nc component to TinyDB. Makefile: COMPONENT=TinyDBApp SENSORBOARD=micasb PFLAGS=-I %T/lib/Util

[Tinyos-help] Using flash with TinyDB

2006-07-20 Thread robycannone
Hi all, how can I store attribute on flash using TinyDB? I have seen that TinyDB comes with a builtin command for adding constant attributes but I doesn't work, ritght? Could someone give me any direction? Thank you. Roberto ___ Tinyos-help mailing

[Tinyos-help] BlackbookFullConnect with TinyDB

2006-07-18 Thread robycannone
Hi all, I'm trying to use BlackbookFullConnect application with TinyDB. I'm not able to compile togheter this applications. This is the changes I have made: TinyDBApp.nc : ... implementation { components Main, TupleRouter, BlackbookFullConnectC; Main.StdControl - TupleRouter;

[Tinyos-help] Testing BlackbookFullConnect

2006-07-17 Thread robycannone
Hi David, I'm trying to run BlackbookFullConnect and now it works. If I install this application on two motes, it wrtites the same file dictionary. (I have seen that in BDictionary.java the destination address is set to TOS_BCAST_ADDR.) I'w write only on a specific mote. Is it possible? How

[Tinyos-help] Testing BlackbookFullConnect

2006-07-13 Thread robycannone
Hi David, Thanks for your help, but now I have another problem. I'm following the blackbookconnect_readme.txt in order to test bdictionary interfac. I'm able to inset a key in dictionary file but I'm not able to retrieve its value. This is what i do: blackbook bdictionary -insert 0xBEEF Test

[Tinyos-help] Testing BlackbookFullConnect

2006-07-12 Thread robycannone
Hi David, I would know approximately the date when you'll publish the TestBlackbook java application. I'w test the BlackbookFullConnect application and I don't know how to do. Thank you. ___ Tinyos-help mailing list

[Tinyos-help] Install TestMatchbox

2006-07-04 Thread robycannone
Hi all, I'm trying to install TestMatchbox on mica2 sensor. I do the following command: make mica2 install.0 mib510,com1 but i resports this error: install ident_flags does not specify a valid target. I'm using TinyOs 1.1.7. Can someone help me? Thank you.

[Tinyos-help] Adding new events

2006-06-29 Thread robycannone
Hi everyone, I'm trying to add new events in tinydb. I have notices that in the file CommandMsgs.java the class EventMsg doesn't exist. Now, what should i do? Do I have to implement this class? There are also another file called CommandMsg.java but that reports This class is automatically

[Tinyos-help] running DemoApp

2006-05-30 Thread robycannone
Hi, I’m trying to develop applications using TinyDB API. Before to do this I would like to run DemoApp with TOSSIM, if it is possible. I wrote this : In tinyos-1.x/apps/TinyDBApp directory ./build/pc/main.exe 2 And in tinyos-1.x/tools/java directory directory java