Skip to content

sjaxel/rt-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotj-stream

Description

This is a project to handle the data stream over a network socket to a Plotjuggler instance.

The initial implementation will use UDP sockets as a transport layer and JSON.

The application is threaded to allow non-blocking operations.

Getting Started

  1. Activate the virtual environment:
    • On Linux/macOS: source .venv/bin/activate
    • On Windows: .venv\Scripts\activate
  2. Install dependencies:
    • If you have a requirements.txt, run: pip install -r requirements.txt
  3. Run your Python code:
    • Example: python main.py

Project Structure

  • .venv/ - Python virtual environment
  • .github/copilot-instructions.md - Copilot custom instructions

Notes

  • Use the virtual environment for all development work.
  • Add dependencies to requirements.txt as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages