Page 1 of 2

Telemetry

Posted: Thu Nov 25, 2021 1:59 pm
by Marciel032
Good news, I hope...

I developed a small mod to export vehicle telemetry.
I also implemented a client in c# to read the data.

It's my first experience with LUA, so it's possible that I did a lot of things I didn't need to.

Everyone is welcome to use, and help improve this project.

The project is on GitHub on the link:
https://github.com/Marciel032/FarmingSimulatorTelemetry

It is in developement, so, help with it.
Thank You.

Re: Telemetry

Posted: Sat Nov 27, 2021 9:58 pm
by Dezza69
Awesome!!!

:)

(mod desc "61" for FS22 ... )

Re: Telemetry

Posted: Sun Nov 28, 2021 10:02 pm
by Marciel032
Hey Dezza

I test the telemetry with the verion 61, and it works very nice.

thank you

Re: Telemetry

Posted: Mon Nov 29, 2021 11:45 am
by Dezza69
Thanks Marciel!

Me too and yes it does work very nice (the mod on OS - X, but not the other code :lol: ! ) - thank you!

Have you seen "Sim Hub Dash" (https://www.simhubdash.com)??

Just a FYI - It also has a telemetry mod for FS19 which outputs a pipe.

Re: Telemetry

Posted: Mon Nov 29, 2021 12:08 pm
by Marciel032
About SimHub, I hadn't seen it yet.
I found it interesting, it's very much in line with the project I'm doing.

It would be much better to find another way to export the telemetry, which is not a file. (I don't like the idea either).
I will try to take the time to test other ways.

What do you mean by "pipe"?
Sorry, me English is not the best. :biggrin2:

Re: Telemetry

Posted: Mon Nov 29, 2021 1:23 pm
by Dezza69
... a "pipe" is a feed in user-space which is not a file ...

"a pipeline is a mechanism for inter-process communication using message passing"

https://en.wikipedia.org/wiki/Pipeline_(Unix)

Re: Telemetry

Posted: Mon Nov 29, 2021 1:50 pm
by Marciel032
ok, thanks for the link

I will read about that.

Re: Telemetry

Posted: Mon Nov 29, 2021 10:23 pm
by Dezza69
:)

... I was doing similar, after trialing Sim Hub for free I ended up buying a licence (the bass shakers work on a faster Hz when licensed) and instead of spending my time coding I spend it gaming and building external button boxes!

:lol:

Kind regards, happy farming and/or gaming!!! :)

Re: Telemetry

Posted: Tue Nov 30, 2021 4:24 am
by Marciel032
Finnaly i discovered how to use pipeline in lua with C#.

In the next days i will remove de file write and improve the frame rate. :mrgreen:

Thank you Mr Dezza *thumbsup*

Re: Telemetry

Posted: Tue Nov 30, 2021 4:40 am
by Dezza69
:) :)

Re: Telemetry

Posted: Wed Dec 01, 2021 2:59 am
by Marciel032
ok little guys :mrgreen:

the new version is online!

The read and write in files are removed, and the performance of telemetry data is incresead.

Its time coffe now :geeknew:

Re: Telemetry

Posted: Wed Dec 01, 2021 12:45 pm
by Roc
Awesome!

Any progress on the motion telemetry?

Even just a bit of heave to simulate air seat coupled with vorpx would be the biz!

Will be following this closely *thumbsup*

Re: Telemetry

Posted: Wed Dec 01, 2021 8:30 pm
by Marciel032
Interesting,
maybe in the next week i try to do this.

I will focus in other work in the next days :gamer:

but you are welcome to help in the project, if you are interested :biggrin2:

Re: Telemetry

Posted: Sat Feb 05, 2022 3:41 am
by DrDrulia
What software do I need to use to see telemetry on-screen create overlay?

Re: Telemetry

Posted: Mon Feb 07, 2022 3:37 pm
by Marciel032
DrDrulia wrote: Sat Feb 05, 2022 3:41 am What software do I need to use to see telemetry on-screen create overlay?
Exists a demo project in folder "ClientCSharp", just you need to do is open it with Visual Studio and compile.