Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
StudentOrganisationForAerospaceResearch
/
RocketControlUnit
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
ACK/NAK for Proto Messaging
- #40
#40
Open
shivamdesai04
wants to merge 14 commits into
master
StudentOrganisationForAerospaceResearch/RocketControlUnit:master
from
mai/acknak
StudentOrganisationForAerospaceResearch/RocketControlUnit:mai/acknak
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
ACK/NAK for Proto Messaging
#40
shivamdesai04
wants to merge 14 commits into
master
StudentOrganisationForAerospaceResearch/RocketControlUnit:master
from
mai/acknak
StudentOrganisationForAerospaceResearch/RocketControlUnit:mai/acknak
Copy head branch name to clipboard
Commits
Commits on Oct 26, 2024
Upload FSM for ack nak command and control msg
Cocorico101
committed
1824a4b
View commit details
Copy full SHA for 1824a4b
Browse repository at this point
Add StateMachine States/Events enum for RCU/rocket comm. Add BaseStateMachine API to make StateMachine more reusable
Cocorico101
committed
ba71729
View commit details
Copy full SHA for ba71729
Browse repository at this point
Adjustment to StateMachineManager and BaseStateMachine to make sure the code runs so I can test as I go
Cocorico101
committed
bda0ec7
View commit details
Copy full SHA for bda0ec7
Browse repository at this point
Commits on Oct 27, 2024
Move all the states from StateMachineManager for system and rocket state into CoreProto.proto and ControlMessage.proto. Generate new .py and pyi files
Cocorico101
committed
12c7a2c
View commit details
Copy full SHA for 12c7a2c
Browse repository at this point
Commits on Oct 31, 2024
Start the file for StateMachineManager.py. It is untested logic-wise and function-wise. Please do NOT use yet.
Cocorico101
committed
801165e
View commit details
Copy full SHA for 801165e
Browse repository at this point
Accidentally delete something. Readd
Cocorico101
committed
c5bebe1
View commit details
Copy full SHA for c5bebe1
Browse repository at this point
Add basic code. Need to test logic
Cocorico101
committed
1ca2ed5
View commit details
Copy full SHA for 1ca2ed5
Browse repository at this point
Commits on Nov 16, 2024
Adjust serial handler to call state machine
Cocorico101
committed
4d76495
View commit details
Copy full SHA for 4d76495
Browse repository at this point
Passing in the shared radio_event_queue and uart_event_queue from the respective serialhandler thread (radio/uart) with the state machine manager. Adjust main function to only call the radio_thread…
Show description for 912910a
Cocorico101
committed
912910a
View commit details
Copy full SHA for 912910a
Browse repository at this point
Commits on Nov 23, 2024
Proof of concept. Uart and state machine thread are able to communicate via shared queue and flag
Cocorico101
committed
c94a2a4
View commit details
Copy full SHA for c94a2a4
Browse repository at this point
Commits on Dec 7, 2024
Implement State machine logic to account for ACK/NAK/TIMEOUT/NAK. Have not include logic for TIMEOUT. Have not tested.
Cocorico101
committed
b26814f
View commit details
Copy full SHA for b26814f
Browse repository at this point
Commits on Dec 14, 2024
Testing the workflow from receiving the msg from the serial workq, then mock sending out the msg to the DMB, then put the system in WAIT state. The Wait state will resend the same msg for now, unti…
Show description for 5856163
Cocorico101
committed
5856163
View commit details
Copy full SHA for 5856163
Browse repository at this point
Commits on Jan 9, 2025
Added time.sleep in the receiving thread so the state machine has time to switch state and notify serial outgoing thread. Added self.serial_event.wait() after checking if the queue is not empty so …
Show description for 6c88bb7
Cocorico101
committed
6c88bb7
View commit details
Copy full SHA for 6c88bb7
Browse repository at this point
Commits on Jan 25, 2025
Update the flags on both the state machine and the serial handler side. It should go serial handler incoming thread -> state machine -> serial handler outgoing thread -> state machine. The order of…
Show description for 1799130
Cocorico101
committed
1799130
View commit details
Copy full SHA for 1799130
Browse repository at this point
You can’t perform that action at this time.