Dear all,

I have installed TinyOS 2.1.2 and I am working with BLIP 2.0. I am
openning the TCP port 80 in a TelosB mote and sending to this device
an HTTP GET request by using a Java application. I have tested that
the mote receives the request and it sends the answer by the TCP 80
port. Specifically, after sending the request, this Java application
is listening a small HTML webpage. The webpage is sent by the mote,
but the Java application does not receive any character. I test the
Java Application with other device (Arduino) and I have any problem by
sending and receiving packets on TCP 80 port.

I am launching PppRouter with these lines:
$ pppd debug passive noauth nodetach 115200 /dev/ttyUSB0 nocrtscts
nocdtrcts lcp-echo-interval 0 noccp noip ipv6 ::23,::24
$ ifconfig ppp0 add fec0::100/64

I have also open the TCP port 7 in the mote and I have not any problem
by sending and/or receiving data with the small Java application.

Thanks in advance.

Best regards,

Juan Antonio
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to