[Tinyos-help] XServe

2010-10-22 Thread Dave McGee
Hi guys, Has anyone ever actually successfully worked with XML RPCs to XServe? I have XServe running fine, and I'm able to use XServeTerm without any issues.. but all I'm reading about is lots of documentation on XServe, and a lack of actual working implementations. For the moment, all I want to

[Tinyos-help] Xserve

2008-05-01 Thread 贾鹏
Hi, there our group is considering to set a small system that can set a certain threshold from PC and transmite it to remote sensor node by basestation, and the remote node can reset its light threshold to the new one. And after I reading the xserve manual, I dicover that XML is used in Xserve to

[Tinyos-help] XServe

2008-10-15 Thread abdullah borhanuddin
Hi all. I have a question whether we can start xServe in just one click (maybe a .bat file). i have a project where i need to gather data from sensor motes but then i cannot use moteview. or is there any simple ways to start xServe instead of opening cygwin and type blablabla... i use moteworks.

[Tinyos-help] XServe

2008-10-17 Thread abdullah borhanuddin
hi all.. i just wondering, how can i run xserve.exe so that it can sink data and save it into my PostgreSQL db? @echo off > > D: > chdir D:\Crossbow\cygwin\bin > > > bash --login -i -c /opt/MoteWorks/tools/xserve/bin/bin/xserve.exe > -device=com1 *-db -dbserver=localhost -dbport=5432 -dbname=tas

[Tinyos-help] xserve

2008-10-22 Thread abdullah borhanuddin
hi all.. i have this .bat file @echo off D: chdir D:\Crossbow\cygwin\bin bash --login -i -c xserve -l XSERVE 2.0.E: $Id: xserve.c,v 1.8.2.3 2007/02/02 17:45:01 rkapur Exp $ Using params: [raw] [*parsed*] [converted] [server port=9001] Opening serial device: /dev/ttyS0 @ 57600 my question. how

[Tinyos-help] Xserve interfacing

2010-05-26 Thread adi nede
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] xserve -reg

2014-07-12 Thread Abinaya Inbamani
Respected sir/madam I am presently working in IRIS motes...what is the purpose of xserve? according to my knowledge xserve is a tool which helps in monitoring the real time data...how to check whether my xserve is working or not..when i run the command xserve-device=com1 i am not able to get the r

[Tinyos-help] xserve -reg

2014-08-19 Thread Abinaya Inbamani
hello sir.. i am using iris motes with mda100.. i received all the packets using the command xserve -device=com4 now when i read the manual i found that xserve -r will help in displaying the raw packets.. but i was not able to receive the packets..what is the issue ? have i made a mistake in declar

[Tinyos-help] Xserve HELP!!!

2008-09-27 Thread cbalasubramanian
Hello, Does anyone have information about how to use the XmlRpc interface in Xserve? I am writing a C++ client to send commands to the motes via xserve. I am trying to follow the protocol mentioned in the manual, however I am not able to receive any valid response from xserve. I am receiving a sock

Re: [Tinyos-help] XServe

2008-10-15 Thread Giri Baleri
: Wednesday, October 15, 2008 8:15 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] XServe Hi all. I have a question whether we can start xServe in just one click (maybe a .bat file). i have a project where i need to gather data from sensor motes but then i cannot use moteview. or is

Re: [Tinyos-help] xserve

2008-10-23 Thread Giri Baleri
October 22, 2008 11:53 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] xserve hi all.. i have this .bat file @echo off D: chdir D:\Crossbow\cygwin\bin bash --login -i -c xserve -l XSERVE 2.0.E: $Id: xserve.c,v 1.8.2.3 2007/02/02 17:45:01 rkapur Exp $ Using params: [raw]

[Tinyos-help] Xserve Middleware

2008-10-27 Thread Konstantinos Papadopoulos
I would like to write code for my own middleware to connect the Crossbow MIB520 with an external PC104. Xserve would be a good pattern to follow, but I can not find its code. Is any possibility to find C or nesC code for Xserve or another relevant middleware? Thanks, Konstantinos Papadopoulos

[Tinyos-help] xserve options

2006-04-02 Thread Abhishek Bhati
Could anyone help me ragarding the use of some options with xserve usage.   1) Usage of xserve with serial forwarder 2) displaying xserve output to html New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.___ Tinyos-help ma

[Tinyos-help] XServe (Linux version)

2010-09-19 Thread Dave McGee
Hi there, I downloaded a Linux version of XServe - http://blog.livedoor.jp/sssj/archives/51421525.html It seems to have all the necessary files and is attempting to run when I do ./start_xserve but I'm getting the error below. I have a feeling I need to change my port to USB1 as I have been using

[Tinyos-help] XServe (Linux version)

2010-09-26 Thread tasasaki
Hi Dave, You can pass the parameter like the following; $ ./start_xserve -device=/dev/ttyUSB1 All parameters can be shown by; $ ./start_xserve -? I hope this will solve your problem. Tasuya > Hi there, > > I downloaded a Linux version of XServe - > http://blog.livedoor.jp/sssj/archives/514215

[Tinyos-help] xserve command script

2011-12-16 Thread abdullah2012
I just wondering, how can i create a script in command prompt to auto run the xserve.exe so that it can sink data and save it into my PostgreSQL db with out using the mote view GUI @echo off > C: chdir D:\Crossbow\cygwin\bin bash --login -i -c /opt/MoteWorks/tools/xserve/bin/bin/xserve.exe -

Re: [Tinyos-help] xserve -reg

2014-07-13 Thread mmz_tinyos
HI, xserve is kind of middleware, it receives data through seiral comm port and forward them to socket port 9001 and 9005. It also parses data into engineer units, stores them in sqlite database. to start xserve, you have to input 'xserve -device=com' in Cygwin terminal, where n is the co

Re: [Tinyos-help] xserve -reg

2014-08-19 Thread Alex
hi, you should use xserve with parameter -r this way xserve -device=com4 -r -- 发自我的网易邮箱手机智能版 在 2014-08-19 19:28:16,"Abinaya Inbamani" 写道: > > >hello sir.. >i am using iris motes with mda100.. >i received all the packets using the command >xserve -device=com4 >now when i read the manual i fou

[Tinyos-help] Xserve in TinyOS

2008-04-07 Thread Javier Zazo
Hi, I need to make xserve of Xbow work under tinyos-1.x in cygwin, but have encountered serveral problems, and now I do not know how to fix the last one... First, I copied the directory /MoteWorks/tools/xserve to the /tinyos-1.x/tools/xserve directory. Then I copied the cygwin1.dll from /cygwin/bi

Re: [Tinyos-help] Xserve Middleware

2008-10-27 Thread Konstantinos Papadopoulos
IL PROTECTED] > > 北京航空航天大学软件开发环境国家重点实验室新主楼G座613 > 手机:15810239065 > 固定电话:(010)82316733 > > > > -- > *发件人:* Konstantinos Papadopoulos > *发送时间:* 2008-10-27 16:55:07 > *收件人:* tinyos-help@millennium.berkeley.edu > *抄送:* > *主题:* [

Re: [Tinyos-help] Xserve Middleware

2008-10-27 Thread Giri Baleri
Papadopoulos Sent: Monday, October 27, 2008 5:37 AM To: 杨冰; tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Xserve Middleware What about another relevant middleware??? 2008/10/27 杨冰 <[EMAIL PROTECTED]> As far as I know,the xserve Middleware is not open source softwar

Re: [Tinyos-help] Xserve in TinyOS

2008-04-11 Thread Javier Zazo
I just found the solution, so I will post it for the record. The only thing that needs to be done is to copy the dll files in the directory /xserve/cygwindlls to the directory /cygwin/bin/. Hope it helps someone. I just didn't find it so obvious at the beginning. 2008/4/7, Javier Zazo <[EMAIL PROT

[Tinyos-help] Xserve XmlRpc Interface question

2008-09-26 Thread cbalasubramanian
Hello, Does anyone have information about how to use the XmlRpc interface in Xserve? I am writing a C++ client to send commands to the motes via xserve. I am trying to follow the protocol mentioned in the manual, however I am not able to receive any valid response from xserve. I am receiving a sock

[Tinyos-help] Xserve with TinyOS-2.x

2012-12-04 Thread Ahmad Muhaimin
Hi, I would like to ask for your help with implementing Xserve by Moteworks with basic application of TinyOS-2.x. I have installed an application that send packet to UART port, but Xserve did not show any packet captured. I have run the XSERVE with "-r" to show raw packets. I want to know if the

Re: [Tinyos-help] Xserve XmlRpc Interface question

2008-09-29 Thread Giri Baleri
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 26, 2008 10:54 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Xserve XmlRpc Interface question Hello, Does anyone have information about how to use the XmlRpc interface in Xserve? I am writing a