-
Updated
Jun 22, 2021 - C++
transport
Here are 731 public repositories matching this topic...
-
Updated
Nov 3, 2019 - Go
-
Updated
Jun 14, 2021 - Java
- separate scenario (route file) generation from traci content
- rename the elements (traffic light, detector) such that their function becomes clearer and not everything has the name "0"
-
Updated
May 12, 2021 - Jupyter Notebook
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
May 20, 2021 - Jupyter Notebook
-
Updated
Apr 18, 2021 - C#
The original game shows progress bars while a save game or scenario is being loaded or saved. Our own implementations currently do not show such progress bars.
Perhaps we can tap into the SawyerStreamReader and SawyerStreamWriter classes to show these progress bars?
-
Updated
Jun 23, 2021 - TypeScript
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the web-sys must be used.
- Use a different WebSocket implementation if the target is
wasm. - wasm example of a client.
-
Updated
May 28, 2021 - Go
When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during
-
Updated
Jun 29, 2021 - R
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Jun 18, 2021
-
Updated
Jun 3, 2020 - C#
-
Updated
Jun 8, 2021 - Python
-
Updated
Sep 9, 2020 - PHP
-
Updated
Mar 27, 2021 - Swift
-
Updated
Jul 1, 2021 - R
Improve this page
Add a description, image, and links to the transport topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transport topic, visit your repo's landing page and select "manage topics."

