[Tinyos-help] parport error while executing make file help needed debug

2013-09-22 Thread sandyireland
struck up in Linux error last many days /dev/parport0 file not defined
While executing make instruction no clue or solution anywhere?..struck many
days..



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/parport-error-while-executing-make-file-help-needed-debug-tp23534.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TosThreads Deprecation

2013-09-22 Thread sandyireland
struck up in Linux error last many days /dev/parport0 file not defined
While executing make instruction no clue or solution anywhere?..struck many
days..



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TosThreads-Deprecation-tp23531p23535.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] parport error while executing make file help needed debug

2013-09-23 Thread sandyireland
facing this error as discussed below 
/dev/parport0: No such file or directory
Failed to open ppdev.

make install micaz mib520, /dev/ttyUSB0
/opt/tinyos-2.x/support/make/avr/mib510.extra:5: *** MIB510 must be defined,
try "make micaz help".  Stop.
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz
mib520,/dev/ttyUSB0
mkdir -p build/micaz
compiling SenseAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52400ea2L -DIDENT_UIDHASH=0xff4fd24bL -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm 
compiled SenseAppC to build/micaz/main.exe
2860 bytes in ROM
  47 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
writing TOS image
cp build/micaz/main.srec build/micaz/main.srec.out
installing micaz binary using mib510
uisp -dprog=mib510 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify
Error: No such file or directory
 -> /dev/ttyUSB0
make: *** [program] Error 1
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz
mkdir -p build/micaz
compiling SenseAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52400ec1L -DIDENT_UIDHASH=0x2d1d2919L -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm 
compiled SenseAppC to build/micaz/main.exe
2860 bytes in ROM
  47 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
writing TOS image
cp build/micaz/main.srec build/micaz/main.srec.out
installing micaz binary using dapa
uisp -dprog=dapa  --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify
/dev/parport0: No such file or directory
Failed to open ppdev.
make: *** [program] Error 2




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/parport-error-while-executing-make-file-help-needed-debug-tp23534p23538.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] error not able to open ppdev not able to execute any program

2013-09-23 Thread sandyireland
facing this error as discussed below 
/dev/parport0: No such file or directory 
Failed to open ppdev. 

make install micaz mib520, /dev/ttyUSB0 
/opt/tinyos-2.x/support/make/avr/mib510.extra:5: *** MIB510 must be defined,
try "make micaz help".  Stop. 
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz
mib520,/dev/ttyUSB0 
mkdir -p build/micaz 
compiling SenseAppC to a micaz binary 
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52400ea2L -DIDENT_UIDHASH=0xff4fd24bL -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm 
compiled SenseAppC to build/micaz/main.exe 
2860 bytes in ROM 
  47 bytes in RAM 
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec 
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex 
writing TOS image 
cp build/micaz/main.srec build/micaz/main.srec.out 
installing micaz binary using mib510 
uisp -dprog=mib510 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify 
Error: No such file or directory 
 -> /dev/ttyUSB0 
make: *** [program] Error 1 
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz 
mkdir -p build/micaz 
compiling SenseAppC to a micaz binary 
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52400ec1L -DIDENT_UIDHASH=0x2d1d2919L -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm 
compiled SenseAppC to build/micaz/main.exe 
2860 bytes in ROM 
  47 bytes in RAM 
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec 
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex 
writing TOS image 
cp build/micaz/main.srec build/micaz/main.srec.out 
installing micaz binary using dapa 
uisp -dprog=dapa  --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify 
/dev/parport0: No such file or directory 
Failed to open ppdev. 
make: *** [program] Error 2 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/error-not-able-to-open-ppdev-not-able-to-execute-any-program-tp23539.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] parport error while executing make file help needed debug

2013-09-23 Thread sandyireland
i checked up motelist its showing
checked on/off switch on mote
ppdev error is very infrequent. not enough help on topic
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ motelist
Reference  Device   Description
--  -
XBRVAI9B   /dev/ttyUSB0 Crossbow Crossbow MIB520CA
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz
mkdir -p build/micaz
compiling SenseAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52401842L -DIDENT_UIDHASH=0xebc13e7fL -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm 
compiled SenseAppC to build/micaz/main.exe
2860 bytes in ROM
  47 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
writing TOS image
cp build/micaz/main.srec build/micaz/main.srec.out
installing micaz binary using dapa
uisp -dprog=dapa  --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify
/dev/parport0: No such file or directory
Failed to open ppdev.
make: *** [program] Error 2




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/parport-error-while-executing-make-file-help-needed-debug-tp23534p23540.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] error not able to open ppdev not able to execute any program

2013-09-23 Thread sandyireland
i checked up motelist its showing
checked on/off switch on mote
ppdev error is very infrequent. not enough help on topic
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ motelist
Reference  Device   Description
--  -
XBRVAI9B   /dev/ttyUSB0 Crossbow Crossbow MIB520CA
wcu@wcu-desktop:/opt/tinyos-2.1.0/apps/Sense$ make install micaz
mkdir -p build/micaz
compiling SenseAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=10
-DIDENT_APPNAME=\"SenseAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x52401842L -DIDENT_UIDHASH=0xebc13e7fL -fnesc-dump=wiring
-fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs,
components)' -fnesc-dumpfile=build/micaz/wiring-check.xml SenseAppC.nc -lm
compiled SenseAppC to build/micaz/main.exe
2860 bytes in ROM
  47 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
writing TOS image
cp build/micaz/main.srec build/micaz/main.srec.out
installing micaz binary using dapa
uisp -dprog=dapa  --wr_fuse_h=0xd9 -dpart=ATmega128 
--wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out --verify
/dev/parport0: No such file or directory
Failed to open ppdev.
make: *** [program] Error 2 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/error-not-able-to-open-ppdev-not-able-to-execute-any-program-tp23539p23541.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Make UISP error while executing for serial port its serching parallel port

2013-10-04 Thread sandyireland
Hi,
I faced issue when I am executing for serial port it still accepts mesages
for parallel port
in make i provide parameters like
  make install micaz MIB520,/dev/ttyUSB0
  micaz/telosb whichever is ur platform, then MIB520 is crosbow mote , then
  /dev/ttyUSB0 is device driver location,

I tried modifying UISP parameters it worked again now there some problem
rather than giving execution results or uploading new program in tiny os avr
memory after erasing old its just showing some parameters in display.

Command Details
---
 
 $ make install micaz MIB520,/dev/ttyUSB0  uisp

  - uisp is program which can be used to erase old /upload new /verify the
  program into mote AVR memory (which I have written into the mote).
  - here u provide details like processor on mote ATMega128
  program dependent on platform like : for Micaz: MIB520 also dependen on
  mote u are using.
  -dserial is u want to use serial port/ other wise there are constructs
  avaiable for parallel port. I am using serial port here.
  -target device selelctio: MIB520 of micaz
 
  - wr_fuse_e instruction to fuse Extended Byte.
  final command is:
  make install micaz MIB520,/dev/ttyUSB0 desrial=/dev/ttyUSB0,
  -dpart=ATMega128 --wr_fuse_e=ff -erase -upload
if=build/micaz/main.srec.out
  throwing unexpectedly configuration problem..
---
Output details

# Make data base, printed on Fri Oct  4 08:57:17 2013

# Variables

# environment
DESKTOP_SESSION = gnome
# environment
GTK_RC_FILES = /etc/gtk/gtkrc:/home/wcu/.gtkrc-1.2-gnome2
# environment
XAUTHORITY = /var/run/gdm/auth-for-wcu-B2hjqS/database
# environment
GDMSESSION = gnome
# environment
SHELL = /bin/bash
# environment
GDM_LANG = en_US.UTF-8
# environment
_ = /usr/bin/make
# environment
USERNAME = wcu
# environment
XDG_DATA_DIRS = /usr/share/gnome:/usr/local/share/:/usr/share/
# environment
DBUS_SESSION_BUS_ADDRESS =
unix:abstract=/tmp/dbus-fff083BIq9,guid=92d5e6918e620e4d01ab65f3524cdbab
# environment
GNOME_KEYRING_SOCKET = /tmp/keyring-kdRoZj/socket
# environment
LESSOPEN = | /usr/bin/lesspipe %s
# environment
ORBIT_SOCKETDIR = /tmp/orbit-wcu
# environment
PATH =
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
# environment
TOSROOT = /opt/tinyos-2.x
# environment
SESSION_MANAGER =
local/wcu-desktop:@/tmp/.ICE-unix/1384,unix/wcu-desktop:/tmp/.ICE-unix/1384
# environment
TOSDIR = /opt/tinyos-2.x/tos
# environment
WINDOWID = 4204732
# environment
MAKERULES = /opt/tinyos-2.x/support/make/Makerules
# default
.FEATURES := target-specific order-only second-expansion else-if archives
jobserver check-symlink
# environment
LS_COLORS =
rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01!
 
;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
# environment
SSH_AUTH_SOCK = /tmp/keyring-kdRoZj/socket.ssh
# environment
DISPLAY = :0.0
# environment
PWD = /opt/tinyos-2.1.0/apps/Blink
# environment
SSH_AGENT_PID = 1478
# environment
GTK_MODULES = canberra-gtk-module
# environment
HOME = /home/wcu
# environment
XDG_SESSION_COOKIE =
08d066e47b03d859223000c84af0d49a-1380768683.425341-593924780
# environment
LOGNAME = wcu
# environment
GDM_KEYBOARD_LAYOUT = us
# environment
LESSCLOSE = /usr/bin/lesspipe %s %s
# environment
GNOME_DESKTOP_SESSION_ID = this-is-deprecated
# environment
COLORTERM = gnome-terminal
# default
MAKECMDGOALS := install micaz MIB520,/dev/ttyUSB0 uisp
# environment
SHLVL = 1
# environment
USER = wcu
# environment
CLASSPATH =
:/opt/tinyos-2.1.0/support/sdk/java:.:/opt/tinyos-2.x/apps/Oscilloscope/java:/opt/tinyos-2.x/support/sdk/java/tinyos.jar
# command line
if = build/micaz/main.srec.out
# environment
OLDPWD = /opt/tinyos-2.1.0/apps
# d

[Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-07 Thread sandyireland
make install micaz MIB520,/dev/ttyUSB0 desrial=/dev/ttyUSB0, 
  -dpart=ATMega128 --wr_fuse_e=ff -erase -upload
if=build/micaz/main.srec.out 
 Not throwing any problem but loading program to mote. 
-
I tried modifying UISP parameters it worked again now there some problem
rather than giving execution results or uploading new program in tiny os avr
memory after erasing old its just showing some parameters in display. 
-
Output details 

# Make data base, printed on Fri Oct  4 08:57:17 2013 

# Variables 

# environment 
DESKTOP_SESSION = gnome 
# environment 
GTK_RC_FILES = /etc/gtk/gtkrc:/home/wcu/.gtkrc-1.2-gnome2 
# environment 
XAUTHORITY = /var/run/gdm/auth-for-wcu-B2hjqS/database 
# environment 
GDMSESSION = gnome 
# environment 
SHELL = /bin/bash 
# environment 
GDM_LANG = en_US.UTF-8 
# environment 
_ = /usr/bin/make 
# environment 
USERNAME = wcu 
# environment 
XDG_DATA_DIRS = /usr/share/gnome:/usr/local/share/:/usr/share/ 
# environment 
DBUS_SESSION_BUS_ADDRESS =
unix:abstract=/tmp/dbus-fff083BIq9,guid=92d5e6918e620e4d01ab65f3524cdbab 
# environment 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
Uisp -dprog=stk500 -dpart=ATMega -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff
is working separately
but when used with make install micaz its displaying just environment
variables.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23596.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
- $Uisp -dprog=stk500 -dpart=ATMega -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff 
is working separately 

- but 
$make install micaz MIB520,/dev/ttyUSB0 Uisp -dprog=stk500 -dpart=ATMega128
-dserial=/dev/ttyUSB0 -wr_fuse_e=0xff  --erase --upload
if=build/micaz/main.srec.out

throwing all environment variable
 $make install micaz 
searching for parallel port. 
$make install micaz MIB520,/dev/ttyUSB0
failed to open ppdev

Kindly advice





--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23597.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
hi janos,
I have already used these options.
option 1 : already posted in last update.
$make install micaz 
> searching for parallel port. 
> $make install micaz MIB520,/dev/ttyUSB0 
> failed to open ppdev 
Thanks for reply. here Sometimes works sometimes not.Which amazes me then
these problem start appearing. And for worst last many days it not working
single time for same command.
2. TinyOS version do recognized MIB520. motelist crealy shows up and make
command do take in MIB520 as parameter. hence no version problem.
3. Explicitly setting programmer like here -dprog=stk500 Also did not worked
as I posted before
$make install micaz MIB520,/dev/ttyUSB0 Uisp -dprog=stk500 -dpart=ATMega128 
> -dserial=/dev/ttyUSB0 -wr_fuse_e=0xff  --erase --upload 
> if=build/micaz/main.srec.out 
its throwing up all environment variable.






--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23600.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-08 Thread sandyireland
Janos,
There is no problem with installation. I downloaded from tinyos.net site
image copy and upload all tools needed. and I was working fine even I ws
able to install program on all motes the Blink program
voice is very bad as i was filming using phone video on one hand and motes
and sytem on other
http://www.youtube.com/watch?v=qIneKPYbRhQ




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23602.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
UISP command working fine separately.
Make command looking for parallel port separately.
when u mix both command and explicitly specify programmer and serial port
Even then the combined
make with UISP failing to understand parameters.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23607.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
uisp -dprog=stk500 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128
--wr_fuse_e=ff --erase --upload if build/micaz/main.srec.out --verify 
is working fine but here stk500 is parallel Starter kit but When I mention
dasa serial it start searching for /dev/parport0 which is used for parallel
port since i am using serial port it throws up error no such file or
directory.
I am using Mote crossbow MIB520.
Also if i use stk500 and mix it with make command like this 
make install micaz mib520,/dev/ttyUSB0 uisp -dprog=stk500
-dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff
--erase --upload if build/micaz/main.srec.out --verify

it breaks at dpart throwing invalid option "a"  invalid option  "m"  invalid
option "1"
not able to understand "2"  etc..

because it not able to understand the parameters. while separately used same
command is able to run.
which means procedure to mix make with uisp there is problem i tried pipe
make|uisp or redirection.
but that is also not right approach since it failing after two parameters of
uisp.
means it taking uisp.
then I tried 
$make debug uisp 
it does not show any error. I tried offing all nessC binding display which
happen when nowiring
$make debug nowiring uisp... 
$make debugopt uisp
These are just to minimize the debug display results so I can see the
problem.
Also make by default calls up $MAKERULES parameter which call for makerules
file
you can see this by issuing command
echo $MAKERULES
/opt/tinyos-2.1.0/support/make/Makerules
this makerules file specify all the environment variables 

As per guidelines " changing this file may break the build process"

http://www.tinyos.net/tinyos-1.x/doc/tutorial/buildenv.html

"While it is possible to edit this file to make changes, such practice is
not advisable since 1) the Makerules file is not intuitive, 2) changing this
file may break the build process, 3) the changes may not portable to other
users."
--
But This makerules specify the environment variables necessary to execute
java, python, other languages besides other parameters for make file of C,
C++ and nessC. 
---
presently I looking forward to modify this file as well looking other
options to Explore make process.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23608.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] UISP not showing error but not writing program to mote and displaying environment parameters

2013-10-10 Thread sandyireland
with pipe debug it works 

$make (debug) micaz mib510,/dev/ttyUSB0 | uisp -dprog=mib510
-dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff
--erase --upload if=build/micaz/main.srec.out --verify
works 

but same command with (install) directive does not work
$make debug micaz mib510,/dev/ttyUSB0 | uisp -dprog=mib510
-dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128 --wr_fuse_e=ff
--erase --upload if=build/micaz/main.srec.out --verify

with install again searching for /dev/parport0





--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/UISP-not-showing-error-but-not-writing-program-to-mote-and-displaying-environment-parameters-tp23595p23609.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Blink error

2013-10-11 Thread sandyireland
its due to g++ is not installed or present in the image u are using.
you can intall g++.
sudo apt-get install g++ ,




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Blink-error-tp16925p23614.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-12 Thread sandyireland
Error g++ not found.
Try:
$sudo apt-get install g++-4.4
no package found

$sudo apt-get install build-essential
Still same problem.

$sudo aptitude install build-essential
initializing package states .. no installation still.

dpkg --list 
g++ not displayed.

gcc installed but no g++.

tried wget(url for g++)
and then install but still not working.

any suggestion ???





--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Blink error

2013-10-12 Thread sandyireland
Eric is right g++ has nothing to do with Blink.. Why you are getting this
error on executing blink is amazing...
unless u are trying with Sim which also not required for Blink...
you not giving right command to execute blink



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Blink-error-tp16925p23617.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-12 Thread sandyireland
Can anyone point right g++ version for tinyos 2.1.0  there is no entry
anywhere.
Also dependent libraries for g++.?
current Gcc is the 
$which Gcc
/usr/bin/gcc

$gcc --version 
gcc 4.4.1

g++ linker and its dependent libraries not present



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616p23622.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric, 
thanks for reply. for me Blink is running since it did not required sim
but to other where TOSSIM is required for command $make micaz sim. As a case
also i see in other posts as well.
its failing (image attached)

 

since it fails at not able to find g++ command for $make micaz sim.
i assume this is due to g++ package not installed on image.
hence i tried 
sudo apt-get install g++-4.4.1
sudo aptitude install g++-4.4.1
and 
since dpkg -list has no entry for g++.
also 

$gcc --version gives 4.4.1
if compiler ie gcc is of version 4.4.1 so the linker g++ should also be of
version 4.4.1
also I tried finding dependent pacakges for g++.
sudo apt-get install subversion
sudo apt-get install dejagnu
sudo apt-get install m4
sudo apt-get install zip
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get install libc6-dev-i386
sudo apt-get install texinfo
sudo apt-get install autogen
but these are also not getting installed. failing at could n't find package.
So I tried 
$ sudo wget http://ftp.gnu.org/gnu/gcc/gcc-4.4.1/gcc-g++-4.4.1.tar.bz2
from Gnu Archive.then untar the files
$ sudo tar jxvf gcc-g++-4.4.1.tar.bz2
then run 
$ apt-get still not getting installed.
Actually i never worked extensively on linux plaform so having some issues
here..




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616p23625.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Hi addisu,
already used sudo apt-get update as described above.
GCC is there also as descibed above but g++ is not there.
I have checked sources.list also. /etc/apt/sources.list  coppied to a.txt
attached.
a.txt    



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616p23628.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric,
started post from saying running RadioCountToLeds For which command ($ make
micaz  sim )
so I am not running Blink through TOSSIM.
Also I am fully aware that TOSSIM is written in c++ as per documentation..
you can read from previous my posts ..
I was trying to run RadioCountToLeds For which command ($ make micaz  sim
)also I have specified in post above. All the commands are posted in mail..
I was moving as per help on site tinyos.net.
Thanks for help.. now taking up fresh ubuntu 13.04 image and working on it.

Older release also all else was working other than where g++ was required.

Thanks addisu for help. Moving to latest release.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616p23631.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] query reagrding tiny os

2013-10-14 Thread sandyireland
Hi Rohit,
there is lot of topics avaialble at 
http://tinyos.stanford.edu/tinyos-wiki/index.php/TinyOS_Tutorials
but the details might be outdated so you need to think from present version
and also so links keep up dating..
Also go through these videos http://vimeo.com/4285546
Regards
Sandeep Sharma



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/query-reagrding-tiny-os-tp23641p23651.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] hw to install tinyos in ubuntu

2013-10-14 Thread sandyireland
vartika,
Kindly send error detail also 
you can use virtualbox image
http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox

Regards
Sandeep sharma



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/hw-to-install-tinyos-in-ubuntu-tp23642p23652.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] MULTIHOP ROUTING

2013-10-14 Thread sandyireland
send error messages
and you can use virtual image of read tinyos.net install instrutions
http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/MULTIHOP-ROUTING-tp23636p23653.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] IMPLEMENTATION OF COLLECTION TREE PROTOCOL

2013-10-15 Thread sandyireland
Gnawali author himself replied..what can we say...
http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson12.html
Also you can look at github code collection..




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/IMPLEMENTATION-OF-COLLECTION-TREE-PROTOCOL-tp23639p23670.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Trying to measure Energy dissemination from Mote under a routing protocol

2013-10-15 Thread sandyireland
Hi,
I am trying to measure cost in terms of energy of mote which is using
particular routing protocol.
I using presently I am focused on 2 procols also cost of crypted messages
sent..
Not able to figure out best way to measure energy:

Option 1: use while mote transmitting packets take from the pin of micaz
mote measure energy used by oscilloscope.
(pin of cells n wireless moe can used to get output to oscilliscope.. better
method kindly suggest.
Option 2: use code of oscilloscope to dump data and consolidate value apply
formulae to measure energy used during transmission.
(Actually Not from Linux background was more in datwarehousing BI,
ERP,project mangement last 9.5 yrs..No its my first project in Linux,
wireless and embedded domain)

suggestions welcome



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Trying-to-measure-Energy-dissemination-from-Mote-under-a-routing-protocol-tp23671.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Energy measurement of Routing protocols better methods?

2013-10-15 Thread sandyireland
Hi, 
I am trying to measure cost in terms of energy of mote which is using
particular routing protocol. 
I using presently I am focused on 2 procols also cost of crypted messages
sent.. 
Not able to figure out best way to measure energy: 

Option 1: use while mote transmitting packets take from the pin of micaz
mote measure energy used by oscilloscope. 
(pin of cells n wireless moe can used to get output to oscilliscope.. better
method kindly suggest. 
Option 2: use code of oscilloscope to dump data and consolidate value apply
formulae to measure energy used during transmission. 
(Actually Not from Linux background was more in datwarehousing BI,
ERP,project mangement last 9.5 yrs..No its my first project in Linux,
wireless and embedded domain) 

suggestions welcome



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Energy-measurement-of-Routing-protocols-better-methods-tp23673.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Energy measurement of Routing protocols better methods?

2013-10-16 Thread sandyireland
Any suggestion guys excluding or adding into above option explored:

Option 1: use while mote transmitting packets take from the pin of micaz
mote measure energy used by oscilloscope. 
(pin of cells n wireless moe can used to get output to oscilliscope.. better
method kindly suggest. 
Option 2: use code of oscilloscope to dump data and consolidate value apply
formulae to measure energy used during transmission. 
(Actually Not from Linux background was more in datwarehousing BI,
ERP,project mangement last 9.5 yrs..No its my first project in Linux,
wireless and embedded domain)



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Energy-measurement-of-Routing-protocols-better-methods-tp23673p23674.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-16 Thread sandyireland
Unfortunately the image link at site for virtual box image on has tinyos2.x.

following link needs to update imgae does not have all the packages.

http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.

following packages missing 
after comparing packages installed in working tinyos image and this image.
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system.
ii  tinyos-base  2.1-20080806   
   
Dummy package required by all tinyos realate
ii  tinyos-required-all  2.1-20090326   
   
Dummy package to pull in all packages requir
ii  tinyos-required-avr  2.1-20090326   
   
Dummy package to pull in all required packag
ii  tinyos-required-msp430 




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/TOSSIM-error-g-not-found-intalling-using-apt-get-apptitude-not-working-tp23616p23675.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] following link in tutorial need revision I can upload updated image

2013-10-16 Thread sandyireland
Unfortunately the image link at site for virtual box image on has tinyos2.x.

following link needs to update imgae does not have all the packages.

http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.

following packages missing 
after comparing packages installed in working tinyos image and this image.
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system.
ii  tinyos-base  2.1-20080806   
   
Dummy package required by all tinyos realate
ii  tinyos-required-all  2.1-20090326   
   
Dummy package to pull in all packages requir
ii  tinyos-required-avr  2.1-20090326   
   
Dummy package to pull in all required packag
ii  tinyos-required-msp430 




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/following-link-in-tutorial-need-revision-I-can-upload-updated-image-tp23676.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Latest image motelist command not showing result despite

2013-10-16 Thread sandyireland
Unfortunately the image link at site for virtual box image on has tinyos2.x.

following link needs to update imgae does not have all the packages.
Also Motelist not working (see image attached) despite allowing USB devices
update.
 



http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.

following packages missing 
after comparing packages installed in working tinyos image and this image.
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system.
ii  tinyos-base  2.1-20080806   
   
Dummy package required by all tinyos realate
ii  tinyos-required-all  2.1-20090326   
   
Dummy package to pull in all packages requir
ii  tinyos-required-avr  2.1-20090326   
   
Dummy package to pull in all required packag
ii  tinyos-required-msp430 




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] IMPLEMENTATION OF COLLECTION TREE PROTOCOL

2013-10-16 Thread sandyireland
Hi Omprakash,
It is difficult to find Algorithmic details of protocols like SPIN. in
complete 
Here CTP many details are there.. But there are many details where it not
open.
IEEE site have few paper where they discuss theortical details of SPIN. and
in one paper implentation of SPIN over tiny OS. but they details are not
enough for implementation.. 

(facing problem since not from linux or emebeded software or wireless
network software implementation background.. trying .. COUGAR if or PEGASIS
which I wanted to implement how can get more details.
Regards
Sandeep Sharma



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/IMPLEMENTATION-OF-COLLECTION-TREE-PROTOCOL-tp23639p23677.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Energy measurement of Routing protocols better methods?

2013-10-16 Thread sandyireland
Hi Vimal,
This formulae I know. that is not problem .but there are 6 motes are used in
experiment.
All transmiting wireless signal and consuming power using battery. But using
Oscillator we have approximate power usage by wireless diverse mote for each
mote independently.. so when suppose it using CTP for example for routing so
all the mote energy usage has to measured.. if we use oscillator w can write
application to see power usage. but it mote impirical measure has to taken
using physical oscillator.
2 Solution I have given above : I was looking any better other .
pasting again those 2 choices
Option 1: use while mote transmitting packets take from the pin of micaz 
mote measure energy used by oscilloscope. 
(pin of cells n wireless moe can used to get output to oscilloscope.. better 
method kindly suggest. 
Option 2: use code of oscilloscope to dump data and consolidate value apply 
formulae to measure energy used during transmission. 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Energy-measurement-of-Routing-protocols-better-methods-tp23673p23680.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Latest image motelist command not showing result despite

2013-10-16 Thread sandyireland
Hi Eric,
Here I mean 
tinyos-2.1.1 The TinyOS operating system.
ii  tinyos-base Dummy package required by all tinyos realate
ii  tinyos-required-all  2.1-2ummy package to pull in all
packages requir
ii  tinyos-required-avr  2.1-2Dummy package to pull in all
required packag
ii  tinyos-required-msp430

But I had bigger question the whole immage not only missing these packages
but which I compared with other image package list and then came to know but
also Simple command like motelist is not working.
Its not able to recognize device but when i go to other images of earlier
version they are bale to recognize micaz mib520 Atmel 128




--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678p23683.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Latest image motelist command not showing result despite

2013-10-17 Thread sandyireland
Hi Jenis,
It working three other virtual machine using same port where motelist was
working. 
but when I use latest image as provided in link above it not working as
mentioned above.Also in other old images ubuntu 9 i was able to do
everything Except TOSSIM since it was built using c++ hence required a g++
compiler. Therefore i migrated to ubuntu 12.4 as older version are out of
support also I am using tinyos 2.1.2 motelist should work here as well.

sandy



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678p23686.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] what can be possibility Motelist not working despite shown /dev

2013-10-20 Thread sandyireland
The latest image not recognizing motelist despite USB is clearly attached
shown in UI as well /dev.
checked all package list.
On upgrading packages it breaks with Error showing you are using unstable
distribution.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678p23692.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] what can be possibility Motelist not working despite shown /dev

2013-10-21 Thread sandyireland
Following Image in help site should be updated.

http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.
its deficient in following packages and still after that also not list not
working 
following packages missing
after comparing packages installed in working tinyos image and this image.
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system.
ii  tinyos-base  2.1-20080806   
   
Dummy package required by all tinyos realate
ii  tinyos-required-all  2.1-20090326   
   
Dummy package to pull in all packages requir
ii  tinyos-required-avr  2.1-20090326   
   
Dummy package to pull in all required packag
ii  tinyos-required-msp430 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678p23698.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] what can be possibility Motelist not working despite shown /dev

2013-10-21 Thread sandyireland
For motelist not working download moetelist source code.
Check the mount structure for
As from previous version 8 of last image to Ubuntu 12.4 the directory
structure is changed little bit 
hence last version directory required should be copied to new directories
check $mount all mount structure
then is duplicate unmount using $umount
$sudo mount --bind /dev/bus /proc/bus
dev structure should be copied to /proc

then download Google(motelist code perl) 
open editor copy paste code in editor
$nano or gedit (program name ).pl

Execute the perl code $ perl 
$ perl (program name).pl

Even then currently motelist is diagnosed but not working have to try more
options... 
but this is useful it removed few errors regarding mount structure and more
control over code over just command.





--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Latest-image-motelist-command-not-showing-result-despite-tp23678p23700.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Following link at help site needs revision... Latest image Not having required packages

2013-10-22 Thread sandyireland
Following Image in help site should be updated. 

http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.
 
its deficient in following packages and still after that also not list not
working 
following packages missing 
after comparing packages installed in working tinyos image and this image. 
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system. 
ii  tinyos-base  2.1-20080806   
   
Dummy package required by all tinyos realate 
ii  tinyos-required-all  2.1-20090326   
   
Dummy package to pull in all packages requir 
ii  tinyos-required-avr  2.1-20090326   
   
Dummy package to pull in all required packag 
ii  tinyos-required-msp430
-
For motelist not working download moetelist source code. 
Check the mount structure for 
As from previous version 8 of last image to Ubuntu 12.4 the directory
structure is changed little bit 
hence last version directory required should be copied to new directories 
check $mount all mount structure 
then is duplicate unmount using $umount 
$sudo mount --bind /dev/bus /proc/bus 
dev structure should be copied to /proc 

then download Google(motelist code perl) 
open editor copy paste code in editor 
$nano or gedit (program name ).pl 

Execute the perl code $ perl 
$ perl (program name).pl 

 
Even then currently motelist is diagnosed but not working have to try more
options... 
but this is useful it removed few errors regarding mount structure and more
control over code over just command. 



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Following-link-at-help-site-needs-revision-Latest-image-Not-having-required-packages-tp23705.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Do not use Latest TinyOS vistual box image

2013-10-24 Thread sandyireland
Following Image in help site should be updated. 

http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox.
 its deficient in following packages and still after that also not list not
working
 following packages missing 
after comparing packages installed in working tinyos image and this image. 
tinyos-2.1.0 2.1.0-20090326
The TinyOS operating system.
 ii  tinyos-base  2.1-20080806  

Dummy package required by all tinyos realate
 ii  tinyos-required-all  2.1-20090326  

Dummy package to pull in all packages requir
 ii  tinyos-required-avr  2.1-20090326  

Dummy package to pull in all required packag
 ii  tinyos-required-msp430 
-
 For motelist not working download moetelist source code. 
Check the mount structure for 
As from previous version 8 of last image to Ubuntu 12.4 the directory
structure is changed little bit
 hence last version directory required should be copied to new directories 
check $mount all mount structure 
then is duplicate unmount using $umount 
$sudo mount --bind /dev/bus /proc/bus 
dev structure should be copied to /proc 

then download Google(motelist code perl) 
open editor copy paste code in editor 
$nano or gedit (program name ).pl 

Execute the perl code $ perl 
$ perl (program name).pl 

 Even then currently motelist is diagnosed but not working have to try more
options...
 but this is useful it removed few errors regarding mount structure and more
control over code over just command



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Do-not-use-Latest-TinyOS-vistual-box-image-tp23715.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] BlinkToRadio

2013-10-24 Thread sandyireland
Kindly post what error you are getting during compiling then people can
suggest.



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/BlinkToRadio-tp23685p23716.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Do not use Latest TinyOS vistual box image

2013-10-24 Thread sandyireland
ThANks FOR reply
I updated several times so admin take notice and it will help many people
misguided by the image running programs thinking something wrong with
platform/program. 
This image is really good time waster for new people..

i HAVE CREATED MY OWN PAGE ABOUT UPDATE INSTRUCTION TO THIS IMAGE.

eVEN mOTELIST IS not working here... I downloaded perl code recompiled there
is difference in mount structure in the new version so code was breaking..
adjusted that right now still it gives no devices found..
there is more problem still ..which I need to investigate..



--
View this message in context: 
http://tinyos-help.10906.n7.nabble.com/Do-not-use-Latest-TinyOS-virtual-box-image-tp23715p23718.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help