# freeRTOS-visualizer
Python Tool to visualize RTOS tasks in real-time
## Introduction
A Python-based tool that provides real-time visualization of task states in a FreeRTOS environment. It connects to a running FreeRTOS instance (emulated via QEMU) and displays task states dynamically using an intuitive GUI.
## Features
- **Real-Time Visualization:** Monitor task states as they change in real-time.
- **Dynamic Bar Charts:** Visual representation of each task's current state.
- **Data Export:** Export task state histories as CSV files.
- **Cross-Platform Support:** Compatible with macOS, Linux, and Windows.
- **Customizable Interface:** Easily modify the visualization parameters.
## Installation
### Prerequisites
- Python 3.x
- pip
### Steps
1. **Clone the Repository:**
```bash
git clone https://github.com/your-repo/freeRTOS-visualization-tool.git
cd freeRTOS-visualization-tool
```
2. **Install Dependencies:**
```bash
pip install -r requirements.txt
```
## Usage
1. **Start QEMU with Serial Redirection:**
```bash
qemu-system-arm -M mps2-an385 -kernel RTOSDemo.axf -nographic -serial tcp::12345,server,nowait
```
2. **Run the Visualization Tool:**
```bash
python visualize.py
```
The GUI will launch, displaying the current states of tasks in your FreeRTOS environment.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/hariharanragothaman/freeRTOS-visualizer",
"name": "freertos-visualizer",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "FreeRTOS, visualizer, real-time, Python",
"author": "Hariharan Ragothaman",
"author_email": "hariharanragothaman@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d3/e9/6c34e8bb51dd7665ebc097f18ce1cbdd2d3bcfbc8dc80fcb50ec644c4323/freertos_visualizer-0.1.4.tar.gz",
"platform": null,
"description": "# freeRTOS-visualizer\nPython Tool to visualize RTOS tasks in real-time\n\n## Introduction\nA Python-based tool that provides real-time visualization of task states in a FreeRTOS environment. It connects to a running FreeRTOS instance (emulated via QEMU) and displays task states dynamically using an intuitive GUI.\n\n## Features\n- **Real-Time Visualization:** Monitor task states as they change in real-time.\n- **Dynamic Bar Charts:** Visual representation of each task's current state.\n- **Data Export:** Export task state histories as CSV files.\n- **Cross-Platform Support:** Compatible with macOS, Linux, and Windows.\n- **Customizable Interface:** Easily modify the visualization parameters.\n\n## Installation\n\n### Prerequisites\n- Python 3.x\n- pip\n\n### Steps\n1. **Clone the Repository:**\n ```bash\n git clone https://github.com/your-repo/freeRTOS-visualization-tool.git\n cd freeRTOS-visualization-tool\n ```\n\n2. **Install Dependencies:**\n ```bash\n pip install -r requirements.txt\n ```\n\n## Usage\n\n1. **Start QEMU with Serial Redirection:**\n ```bash\n qemu-system-arm -M mps2-an385 -kernel RTOSDemo.axf -nographic -serial tcp::12345,server,nowait\n ```\n\n2. **Run the Visualization Tool:**\n ```bash\n python visualize.py\n ```\n\n The GUI will launch, displaying the current states of tasks in your FreeRTOS environment.\n\n## Contributing\n\nContributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python tool for real-time FreeRTOS task state visualization",
"version": "0.1.4",
"project_urls": {
"Homepage": "https://github.com/hariharanragothaman/freeRTOS-visualizer",
"Repository": "https://github.com/hariharanragothaman/freeRTOS-visualizer"
},
"split_keywords": [
"freertos",
" visualizer",
" real-time",
" python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48c5d8b2b89f5986de50ecd8c2abb07ed1df3cd0597bbf0066496b44144da8fe",
"md5": "14f48068f47ff248cab2463e4f61866a",
"sha256": "77ccb745e5964134894474a30b703977624ff1e9c04700469b9d1edbdebf844e"
},
"downloads": -1,
"filename": "freertos_visualizer-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "14f48068f47ff248cab2463e4f61866a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 4857,
"upload_time": "2024-09-08T08:34:55",
"upload_time_iso_8601": "2024-09-08T08:34:55.907954Z",
"url": "https://files.pythonhosted.org/packages/48/c5/d8b2b89f5986de50ecd8c2abb07ed1df3cd0597bbf0066496b44144da8fe/freertos_visualizer-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d3e96c34e8bb51dd7665ebc097f18ce1cbdd2d3bcfbc8dc80fcb50ec644c4323",
"md5": "c05faa2b4706fa7ee70dd8956b3574e3",
"sha256": "8b906afe90d004293b7f4b11090c5d4565e832b32522a0a6c74cfbcc1ac617dc"
},
"downloads": -1,
"filename": "freertos_visualizer-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "c05faa2b4706fa7ee70dd8956b3574e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3891,
"upload_time": "2024-09-08T08:34:57",
"upload_time_iso_8601": "2024-09-08T08:34:57.463932Z",
"url": "https://files.pythonhosted.org/packages/d3/e9/6c34e8bb51dd7665ebc097f18ce1cbdd2d3bcfbc8dc80fcb50ec644c4323/freertos_visualizer-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-08 08:34:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hariharanragothaman",
"github_project": "freeRTOS-visualizer",
"github_not_found": true,
"lcname": "freertos-visualizer"
}