Re: [Flightgear-devel] Joystick conf help

2007-07-17 Thread Thiago Drechsel

You're right Jon.
The same analog-usb joystick converter

After calibrated, it's working just fine!
Thanks

On 7/17/07, Jon Stockill [EMAIL PROTECTED] wrote:


Csaba Halász wrote:
 On 7/15/07, Thiago Drechsel [EMAIL PROTECTED] wrote:
 Hi all.

 I'm having some problems with my new joystick.

 When I connect and test it with js_demo program, I can see that even
with
 all axis and trims centered, js_demo tells me they are not. The output
is
 below:
 ...
 The question is: Is there a way to compensate this offset in my
joystick
 conf file?
 Or better: How can I fix this problem?

 Have you tried jscal?

It looks like the same analog-usb joystick convertor I've got - it
*will* need calibrating. Once done you should find it's pretty reliable.

--
Jon Stockill
[EMAIL PROTECTED]

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Joystick conf help

2007-07-16 Thread Thiago Drechsel

Hi Csaba.

Thanks for the tip. Just what I need!

Support for free software is really the best support... :-)

Thiago


On 7/15/07, Csaba Halász [EMAIL PROTECTED] wrote:


On 7/15/07, Thiago Drechsel [EMAIL PROTECTED] wrote:
 Hi all.

 I'm having some problems with my new joystick.

 When I connect and test it with js_demo program, I can see that even
with
 all axis and trims centered, js_demo tells me they are not. The output
is
 below:
 ...
 The question is: Is there a way to compensate this offset in my joystick
 conf file?
 Or better: How can I fix this problem?

Have you tried jscal?

Greets,
Csaba

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Joystick conf help

2007-07-15 Thread Thiago Drechsel

Hi all.

I'm having some problems with my new joystick.

When I connect and test it with js_demo program, I can see that even with
all axis and trims centered, js_demo tells me they are not. The output is
below:

# ./js_demo
Joystick test program.
~~
Joystick 0: Padix Co. Ltd. 4-axis, 4-button joystick w/view finder 
Joystick 1 not detected
Joystick 2 not detected
Joystick 3 not detected
Joystick 4 not detected
Joystick 5 not detected
Joystick 6 not detected
Joystick 7 not detected
+JS.0--+
| Btns Ax:0 Ax:1 Ax:2 Ax:3 Ax:4 Ax:5   |
+--+
|  -0.8 -0.8 +1.0 -0.3 +0.0 +0.0   ..  |

The question is: Is there a way to compensate this offset in my joystick
conf file?
Or better: How can I fix this problem?

Thanks in advance.

Thiago Drechsel
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Flight Computer with HP48G

2007-07-05 Thread Thiago Drechsel

Does anybody know a good program that emulates a Flight Computer (e.g E6B)
on HP48G?

I know this question isn't related to FG, but with so many aviation fans, I
think I can find a good answer :-)

Thanks in advance.


Thiago
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Connecting to FG

2007-02-21 Thread Thiago Drechsel
Hi Pep.

Regarding your second problem:

You said you're using Fedora 6. This OS has iptables (firewall) started 
when the system boots, by default. Maybe iptables is the reason you're 
not able to connect to your sever. In order to solve you can:

- Deactivate iptables: service iptables stop
OR
- Open the right port in the firewall. To do this, add the following 
rule in /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -p tcp --dport 5400 -j ACCEPT
PS: Please, check the right chain name
Then service iptables restart

Pep Ribal wrote:
 Hi all,

 I'm trying to make a simple application that just retrieves the FG
 status via the property tree.

 What I've done: I've started FG with the option --props=5400; I've
 startet a successful telnet session in the same host, and everything
 works fine.

 But I can't manage to make an app that does this connection. I create a
 socket. Then, the 'connect' call works fine. Then I use a 'write' call
 to send the string ls to FG. I've tried help and ls\n as well.
 They both work fine. But then I call 'read' (to see the help/ls
 results), and nothing is actually read: the program just blocks there
 without continuing execution.

 So I assume everything is working fine, except that I'm not using the
 protocol properly to retrieve information. I suppose FG is not giving
 information because I don't know how to ask him. What am I doing wrong?

 There is a second problem, related to my lack of knowledge of Linux
 server configuration: When I try to telnet FG from a foreign computer of
 the LAN, it just keeps saying Trying 192.168.1.3..., so I think I need
 to configure the computer where FG is running so that it accepts the
 telnet request. How can I do it?

 I'm running Fedora 6.

 Thanks.
 Pep.



 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

   

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] DME for pa28-161

2007-02-09 Thread Thiago Drechsel
Hi Ron.

I've applied the patch you've sent and now I have the radiostack on my 
pannel.
Strange... I have FG 0.9.10 and pa28-161 I'm using is the one that comes 
with the original package.

Thanks for your help.

Thiago

Ron Jensen wrote:
 On Thu, 2007-02-08 at 13:32 -0200, Thiago Drechsel wrote:
   
 Hi everybody.

 Does anybody have a patch that includes DME for the Piper Cherokee
 pa28-161. It's an excelent model, but I miss DME when doing my IFR
 procedures.

 

 Truly bizarre, I fired up this aircraft and saw the radiostack, complete
 with DME and though, what is Thiago talking about, its right there...
 Then I looked at my CVS repository and realized my Cherokee is modified.
 Don't remember doing that, but then I'm old.   My model is a bit
 different but this patch should work.  Note you need the pa24-250
 installed.

 Index: pa28-161.xml
 ===
 RCS
 file: /var/cvs/FlightGear-0.9/data/Aircraft/pa28-161/Models/pa28-161.xml,v
 retrieving revision 1.13
 diff -u -r1.13 pa28-161.xml
 --- pa28-161.xml20 Jan 2007 08:15:26 -  1.13
 +++ pa28-161.xml8 Feb 2007 15:57:48 -
 @@ -64,6 +64,16 @@
/offsets
   /model

 + model
 +  nameKNS80/name
 +  pathAircraft/pa24-250/Models/radio_stack/radio-stack.xml/path
 +  offsets
 +   x-m1.9312/x-m
 +   y-m0.120/y-m
 +   z-m0.212/z-m
 +  /offsets
 + /model
 +
   !-- FIXME: set back for now --
   model
nameADF/name



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

   

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] DME for pa28-161

2007-02-08 Thread Thiago Drechsel

Hi everybody.

Does anybody have a patch that includes DME for the Piper Cherokee pa28-161.
It's an excelent model, but I miss DME when doing my IFR procedures.

Thanks.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Flightgear and IVAO

2007-01-25 Thread Thiago Drechsel

No problem to me regarding GPL...

I'll wait for your contact.

Thanks.

On 1/25/07, Pep Ribal [EMAIL PROTECTED] wrote:


 Thanks for the interest, Thiago.

Of course all help is welcome, and I'm sure I can learn from your Linux
experience.

However I must stick to the guidelines of the IVAO staff, as there are
chances that they host the project (not confirmed yet). But there should be
no problem.

The only condition from my part is that it should be free softare (GPL
license).

Cheers.

Pep.


Thiago Drechsel escribió:

Hi Pep.

I've been working with Linux for a long time, but I'm new with FG stuff.
I can't be your mentor, but I'd like to help you developing this
interface. I think this is an excelent learning oportunity. Can I join your
team?

Thanks.

Thiago Drechsel

On 1/25/07, Pep Ribal [EMAIL PROTECTED] wrote:

 Hi all,

 I'll explain what brings me here: I'm a member of the IVAO network
 (http://www.ivao.aero), which provides a background for flight simmers
 and virtual controllers. Perhaps many of you already know about what I'm

 going to explain.

 Virtual pilots connect to the network either as virtual ATC or virtual
 pilot.

 In this last case (pilot), the user needs in the first place, a flight
 simulation software (Micro$oft Flight $imulator, X-Plane, Fly!,...).

 In the second place, a connection software that links the simulator to
 the IVAO network. Usually this client software is displayed as a kinda
 FMS-like gauge. The IVAO pilot client for M$ FS is called Ivap. A
 notorious existing client for other simulators is Squawkbox.

 In the third place, an account in the IVAO network, which is 100% free
 of charge (IVAO is a free network).

 Thus, you can use your favourite simulator in an environment with
 hundreds of other pilots and controllers who are using either other
 flight simulators (and so other pilot clients) or ATC clients.

 So far, most of the people who fly online in IVAO is unfortunately using
 M$ FS. Some of them use X-Plane, Fly! or other simulators. So far
 there's no possibility to fly in IVAO with a free software simulator
 like Flightgear, because there's no client software for them. And that's

 what I intend to fix.

 I've had a few conversations with the software development team of IVAO
 and it's very likely that they'll offer me their help and support for
 the development of a pilot client flor Flightgear. This way, FG users
 will be able to fly online with thousands of pilots who actually fly
 other simulators.

 It's a few months since I moved to the Linux environment. I'm a software
 developer but I've always developed under (sorry! :( ) the M$
 environment.

 What I'm asking to you is some help regarding communication between
 Flightgear and the client, which will have to produce an information
 flow between the simulator and the server, regarding weather, planes
 position, and so on.

 An optionally (as this will be my first Linux project) I'll be more than
 happy if someone offered to be my mentor in these my first steps in
 the path of the light side of the force. However I'll try not to be a
 burden: I have been studying a lot these last months and I learn fast.

 Thanks all!

 Pep Ribal.




 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/flightgear-devel


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel

Re: [Flightgear-devel] Flightgear and IVAO

2007-01-25 Thread Thiago Drechsel

Hi Pep.

I've been working with Linux for a long time, but I'm new with FG stuff.
I can't be your mentor, but I'd like to help you developing this
interface. I think this is an excelent learning oportunity. Can I join your
team?

Thanks.

Thiago Drechsel

On 1/25/07, Pep Ribal [EMAIL PROTECTED] wrote:


Hi all,

I'll explain what brings me here: I'm a member of the IVAO network
(http://www.ivao.aero), which provides a background for flight simmers
and virtual controllers. Perhaps many of you already know about what I'm
going to explain.

Virtual pilots connect to the network either as virtual ATC or virtual
pilot.

In this last case (pilot), the user needs in the first place, a flight
simulation software (Micro$oft Flight $imulator, X-Plane, Fly!,...).

In the second place, a connection software that links the simulator to
the IVAO network. Usually this client software is displayed as a kinda
FMS-like gauge. The IVAO pilot client for M$ FS is called Ivap. A
notorious existing client for other simulators is Squawkbox.

In the third place, an account in the IVAO network, which is 100% free
of charge (IVAO is a free network).

Thus, you can use your favourite simulator in an environment with
hundreds of other pilots and controllers who are using either other
flight simulators (and so other pilot clients) or ATC clients.

So far, most of the people who fly online in IVAO is unfortunately using
M$ FS. Some of them use X-Plane, Fly! or other simulators. So far
there's no possibility to fly in IVAO with a free software simulator
like Flightgear, because there's no client software for them. And that's
what I intend to fix.

I've had a few conversations with the software development team of IVAO
and it's very likely that they'll offer me their help and support for
the development of a pilot client flor Flightgear. This way, FG users
will be able to fly online with thousands of pilots who actually fly
other simulators.

It's a few months since I moved to the Linux environment. I'm a software
developer but I've always developed under (sorry! :( ) the M$ environment.

What I'm asking to you is some help regarding communication between
Flightgear and the client, which will have to produce an information
flow between the simulator and the server, regarding weather, planes
position, and so on.

An optionally (as this will be my first Linux project) I'll be more than
happy if someone offered to be my mentor in these my first steps in
the path of the light side of the force. However I'll try not to be a
burden: I have been studying a lot these last months and I learn fast.

Thanks all!

Pep Ribal.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Development Docs

2007-01-23 Thread Thiago Drechsel
Hi all.

I'm new in FGS.
Does anybody know where can I find a good documentation about FG 
development.

Thanks in advance

Thiago Drechsel

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel