Jump to content

ETS2 Telemetry Web Server Mobile Gauge (For All Phones)


ForeverAloneTrucker

Recommended Posts

Hi everyone.

 

I wanted to share this beautiful mod. I'm not a mod maker. I saw on the SCS forum. Setup is simple, useful. App is not required. Compatible with all mobile devices and os. Mod supported single and mp.

 

Mod v2.2.6 updated 22 March 2015



Mod Videos (overviews and guides): https://github.com/Funbit/ets2-telemetry-server#license



3149jyq.jpg

Link to comment
Share on other sites

  • Replies 126
  • Created
  • Last Reply

oooh, sweet! I got so many uses for this o.o Thanks for letting me know <3

 

edit:

FWIW, I've audited the C# source at least and it isn't doing anything funky, so should be safe from that point of view™

Link to comment
Share on other sites

Yes, C# source codes clean and modder mentioned "you don't trust my compiled ets2-telemetry.dll you may compile it by yourself from the official SDK" Therefore, I share with trusting.

 

Mod advantage of generating json on local server. With these mods can be generated many different mods. For example; realtime in game trip stats signature (only need open ports, local web server, static ip or no-ip services -or- sync json to web server) , Our own map route (with x y z coordinats) etc.. * my English is bad, but the developers are understand :P *

3149jyq.jpg

Link to comment
Share on other sites

ForeverAlone: I'm already working on a service that will utilize a modified(and open source) version of this to provide this kind of data :) (It's been in the plans for quite a while)

Link to comment
Share on other sites

There's a bug with the current version of this plugin for those of you that have more than 1 nic(network interface), I've submitted a patch to the creator :)

Link to comment
Share on other sites

I've submitted 2 patches to the developers, one that makes it request admin and one that solved the multi-nic issue mentioned earlier, until they are merged and he makes a new release, here's a new build that I've made that includes both patches:

https://ets2mpstats.com/mods/ets2-telemetry-server.zip

 

I haven't included the other bits and pieces such as the telemetry API so you still need to get that from the original download.

Source is available here: https://github.com/thorerik/ets2-telemetry-server(2 branches, multi-nic and request-uac-elevation)

Link to comment
Share on other sites

I've submitted 2 patches to the developers, one that makes it request admin and one that solved the multi-nic issue mentioned earlier, until they are merged and he makes a new release, here's a new build that I've made that includes both patches:

https://ets2mpstats.com/mods/ets2-telemetry-server.zip

 

I haven't included the other bits and pieces such as the telemetry API so you still need to get that from the original download.

Source is available here: https://github.com/thorerik/ets2-telemetry-server(2 branches, multi-nic and request-uac-elevation)

If i dont go out tomorrow i'll see if i can do something with it webserver wise to make it into a forum sig :D

 

2 ways of doing this,

one you make your computer into a server (not recommended, but can be live data)

two it gets read by a server (as stated open up the port) and the server outputs the image (not live tho)

Signature removed by a wondering ghost

SUS0M9O.gif

Link to comment
Share on other sites

When I open the link with my phone it doesn't open

You need to open your port 25555... google "(your OS) opening ports"

 

Windows 7 was too much hassle so i just turned off my firewall...

 

Now just to find the code to collect my data ~_~ oh wait i know ill explode the data :D that should be fun...

Signature removed by a wondering ghost

SUS0M9O.gif

Link to comment
Share on other sites

Problem in the ets2ProcessHelper.cs

 

 if (process.MainWindowTitle == "Euro Truck Simulator 2" && 
     process.ProcessName == "eurotrucks2")
     return true;
 
But multiplayer title different. fixing with custom build
 
Sending pm to TuxyQ for this problem. He will be found the solution for this problem.

3149jyq.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.