You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repository into a directory using git clone https://github.com/aroop007/AlarmManagerSystem.git
Open Momentics IDE
Select the project location and click next
Click on file and click on open project
Select the cloned directory and import it
Setup target system (Either virtual target system or host system)
Right click on the project directory in Project Explorer and click on Clean Project
Then click on Build Project
Once the Build Complete message is printed in the terminal, Click on Run to run the code
A simple CLI is displayed in the terminal
Commands Used
add It is used to create a new alarm. Syntax: add number_of_seconds periodic_or_oneshot ex: add 10 0\
list It is used to list all the alarms that are created. Syntax: list
remove It is used to remove or delete an alarm. Syntax: remove alarm_id ex: remove 2
exit It is used to terminate or exit the program. Syntax: exit
Client Server Feature
First the code in this repository should be run in one system.
Then run the client.cpp on another device. Note: Both the devices should be connected to the same network and same target device. Delete or move the client.cpp while running on server side system.
About
Main implementation of Alarm Manager System using QNX