Skip navigation links

SIMRacingApps

Welcome to SIMRacingApps.

See: Description

Packages 
Package Description
com.SIMRacingApps
This package is the root level package of com.SIMRacingapps.
com.SIMRacingApps.JComponents  
com.SIMRacingApps.servlets  
com.SIMRacingApps.SIMPluginCallbacks  
com.SIMRacingApps.SIMPluginCallbacks.DataPublisher  
com.SIMRacingApps.SIMPluginCallbacks.LIFX  
com.SIMRacingApps.SIMPluginCallbacks.MSPEC  
com.SIMRacingApps.SIMPluginCallbacks.Sounds  
com.SIMRacingApps.SIMPluginCallbacks.Template  
com.SIMRacingApps.SIMPlugins.iRacing  
com.SIMRacingApps.SIMPlugins.iRacing.Gauges  
com.SIMRacingApps.SIMPlugins.iRacing.IODrivers  
com.SIMRacingApps.SIMPlugins.iRacing.SessionDataCache  
com.SIMRacingApps.Util  
com.SIMRacingApps.Widgets  
Welcome to SIMRacingApps.

SIMRacingApps is designed to be used with many different Simulators by providing an API layer that translates between your client and the SIM. The core library is developed in Java, which can be used to create stand alone applications. It uses an embedded version of the Jetty Java Application Server. This provides a way to develop clients using any platform you wish as long as it can make HTTP calls to the server. For all of the provided applications, I use HTML5/JavaScript. These can be run in most browsers as well as JavaScript application run-times, such as Electron, Overwolf and OBS(CLR Broswer). The possibilities are abundant.

For HTML5/JavaScript, Java Servlets were created for the Jetty Java Application server. This provides an interface to the SIM data through the HTTP protocol. Using HTML5, you have choice of many clients. You can simply use a browser. Most HTML5 compliant browsers can be used.

For Java, you can create stand alone applications that run on the same machine as the SIM client by simply including the SIMRacingApps....exe file in your classpath. Then by calling the provided dispatcher, you can subscribe to and then listen for events to get SIM data. You can start with my example Java App found in the project called, SIMRacingAppsJavaApp. It makes use of the AWT event system to deliver the data from the SIM to the widgets through property change listeners. See com.SIMRacingApps.JComponents for more information.

If a full fledged Java Application may be overkill for your needs, then creating a server side SIM Plug-in Callback may be a better solution. Callbacks subscribe to data from the SIM and they get called when ever that data changes. See SIMPluginCallback for detailed documentation on building a Callback.

Copyright (C) 2015 - 2024 Jeffrey Gilliam Apache License 2.0

Skip navigation links