Method | Description | |
---|---|---|
Live ( string username, string password, |
Proxies the live-timing message stream to connected clients.
|
|
Playback ( string path, double speed = 1d, |
Proxies a recorded live-timing message stream to connected clients.
|
Method | Description | |
---|---|---|
Main ( string args ) : void | ||
Program ( ) : System | ||
RegisterValueConverters ( ) : void | ||
RunCore ( IMessageReader reader, |
public Live ( string username, string password, |
||
username | string | A valid www.formula1.com username. |
password | string | The corresponding password. |
endpoint | The endpoint to bind to. The default is any on 4532. | |
connectionBacklog | int | The accept connection backlog. |
return | void |
public Playback ( string path, double speed = 1d, |
||
path | string | The path of the recorded live-timing message stream. |
speed | double | The playback speed. |
endpoint | The endpoint to bind to. The default is any on 4532. | |
connectionBacklog | int | The accept connection backlog. |
return | void |