Skip to content

LordSpecial/RustyCANdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyCANdapter

Build for use the the FSAE47 Electrical Team for use with their CANdapters to allow for better debugging.

App Demo Image

About

The standard CANdapter analyser and logger programs kinda suck so here you go

Usage

  1. Install Rust by following the Rust Getting Started Guide. Once this is done, you should have the rustc compiler and the cargo build system installed in your path.
  2. Install cargo-generate
    cargo install cargo-generate
    
  3. Set up a sample project with this template
    cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project
    cd my-project
    
  4. Build with cargo
    cargo build
    
  5. Run the application binary
    cargo run
    

We recommend using an IDE for development, along with the LSP-based IDE integration for .slint files. You can also load this project directly in Visual Studio Code and install the Slint extension.

Next Steps

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages