Well, i currently run LFS with Momoleds and PitSpotter - however i have been hearing good words about CSR, so i want to run it. Ah, it's either Momoleds or CSR as LFS doesn't accept more than one outgauge connection, so is their a way round it? i tried LFSC, but it refused to work with CSR!
What settings should i use for the cfg file for LFS? (ill try to geuss em, but i can't be sure!)
EDIT - "Running it through the command line?" - what? i have an "LFS Script" that runs all the LFS stuff, it's:
@echo off
start LogitechProfiler.lnk /noui
start LFSmomoLeds.exe
start LFSspotter.exe
start LFS.exe /insim=29999
start OutGaugeGateway.exe /30000 35555 56551
Exit
Profiler - For my wheel
Momoleds - Outgauge app on 56551
Spotter - Insim app, set up manually
LFS (insim for Spotter)
Run your program like that - it just crashes - what should i do?
I specifed already used port and got same error and it writes in console when box is closed :
Unhandled Exception: System.Net.Sockets.SocketException: Only one usage of each
socket address (protocol/network address/port) is normally permitted
I think u have specified wrong ports (at least first one (gateway port) is obviously already taken by some app).
Try doing exactly this from command line:
OutGaugeGateway 54321 54322
Do you still get that message box, or do you get:
Gateway started...
in console window
Gateway port must be free (this is the one you specify in LFS outgauge)
- it is listening for OutGauge data from LFS
Notes: Need to make a usage tutorial and better error descriptions when I come home
right - what i have is "30000 35555 56551" which is:
3000 - What LFS sends outgauge to...
35555 - What CSR is recieving OutGauge info from
56551 - What MomoLeds is recieving outgauge from
Ill try it again tonight, but how will OutGauge Gateway know what port to look for the OutGauge info on?
Hmm, I see you use lot of insim applications too, maybe one of them is using 30000 as listening port. Try changing lfs outgauge port to lets say 41234 ?
ok, I got this to work - have pitspotter and csr functional, but I get thousands of 'unknown packet' messages, making it currently unusable.
edit: am unable to make it work again, same old 'unexpected error occurred'
using xp sp2, .net 1.1 and 2.0
edit2: made it go again - quite temperamental clearly same unknown packet issues