Metadata-Version: 2.1
Name: akrocansim
Version: 0.3.2
Summary: Akrocansim is a CAN bus J1939 controller simulator.
Keywords: J1939,CAN bus
Author-email: Socrates Vlassis <socrates.vlassis@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Development Status :: 3 - Alpha
Requires-Dist: dearpygui >= 1.10.1
Requires-Dist: python-can >= 4.3.1
Requires-Dist: openpyxl >= 3.1.2
Project-URL: Home, https://github.com/cfsok/akrocansim

# akrocansim
Akrocansim is a CAN bus controller simulator offering a graphical interface for manipulating transmitted signals.

Currently, there is partial support for J1939.

Akrocansim is built using [DearPyGUI](https://github.com/hoffstadt/DearPyGui) and [python-can](https://github.com/hardbyte/python-can).

Install: `pip install akrocansim`

Run: `python -m akrocansim`

Feel free to raise issues at https://github.com/cfsok/akrocansim/issues

![Akrocansim demo screenshot 1](https://raw.githubusercontent.com/cfsok/akrocansim/main/docs/demo_1_Akrocansim.png)
![Akrocansim demo screenshot 2](https://raw.githubusercontent.com/cfsok/akrocansim/main/docs/demo_2_Akrocansim.png)
![PCAN-View demo screenshot 1](https://raw.githubusercontent.com/cfsok/akrocansim/main/docs/demo_1_PCAN-View.png)

