KhiewJianBin / CodingConnected.Traci

Interfaces and tools to work with SUMO and TraCI (as found here: http://sumo.dlr.de/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodingConnected.TraCI

Join the chat at https://gitter.im/mennowo/CodingConnected.TraCI License

Currently, this repository is home to two independent implementations of the TraCI protocol (see http://sumo.dlr.de/wiki/TraCI):

  • TraCI.NET offers an incomplete, though growing implementation of TraCI in C#/.NET. This implementation requires SUMO V1.0.0 (or higher)
  • TraCI.C offers an even partialler implementation of TraCI in native (ANSI) C (for now, this is Windows only)

The implementation in C# is currently (January 2018) being expanded to include the complete TraCI API. Complete implementation will take a while (orientation: end of March 2018). The implementation in C is oriented exclusively on connecting external traffic controllers to SUMO, and therefor covers only a very small portion of the TraCI API.

About

Interfaces and tools to work with SUMO and TraCI (as found here: http://sumo.dlr.de/)

License:MIT License


Languages

Language:C# 90.9%Language:C 9.1%