Skip to content

Codes, experiments and possible annotations conducted during the Real-Time Systems study.

Notifications You must be signed in to change notification settings

ErnaneJ/real-time-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Systems Experiments 🕒

Repository with codes, experiments and possible annotations conducted during the Real-Time Systems study.

Running the Program Using the bin/run Script 🚀

cd path/this/repo # Navigate to the repository directory
chmod +x bin/run # Ensure that the script has the necessary execute permissions
bin/run time # use -b to force build the program before executing "bin/run time -b"

Manual Execution Programs Using CMake 🛠️

cd path/this/repo
cp template/CMakeLists.txt.example src/project/CMakeLists.txt # copy and configure/edit CMakeLists.txt file
cd src/project
mkdir build
cd build
cmake ..
make
./main

VENV

python3 -m venv venv
deactivate
source venv/bin/activate
pip freeze > requirements.txt
pip install -r requirements.txt

About

Codes, experiments and possible annotations conducted during the Real-Time Systems study.

Topics

Resources

Stars

Watchers

Forks