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
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
.
OUXT-Polaris
/
ouxt_automation
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
15
Code
Issues
11
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor/mqtt endpoint
- #416
#416
Merged
hakuturu583
merged 30 commits into
master
OUXT-Polaris/ouxt_automation:master
from
refactor/mqtt_endpoint
OUXT-Polaris/ouxt_automation:refactor/mqtt_endpoint
Copy head branch name to clipboard
Mar 4, 2025
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Refactor/mqtt endpoint
#416
hakuturu583
merged 30 commits into
master
OUXT-Polaris/ouxt_automation:master
from
refactor/mqtt_endpoint
OUXT-Polaris/ouxt_automation:refactor/mqtt_endpoint
Copy head branch name to clipboard
Commits
Commits on Mar 3, 2025
update proto
Show description for 301bfa6
hakuturu583
committed
301bfa6
View commit details
Copy full SHA for 301bfa6
Browse repository at this point
add new proto file
Show description for 9def53c
hakuturu583
committed
9def53c
View commit details
Copy full SHA for 9def53c
Browse repository at this point
add topics
Show description for 64df6e8
hakuturu583
committed
64df6e8
View commit details
Copy full SHA for 64df6e8
Browse repository at this point
add motor control topic
Show description for 5cc6cf8
hakuturu583
committed
5cc6cf8
View commit details
Copy full SHA for 5cc6cf8
Browse repository at this point
add disconnection timeout
Show description for 890c2bd
hakuturu583
committed
890c2bd
View commit details
Copy full SHA for 890c2bd
Browse repository at this point
add subscribe
Show description for d70c644
hakuturu583
committed
d70c644
View commit details
Copy full SHA for d70c644
Browse repository at this point
send UDP packet
Show description for 079b366
hakuturu583
committed
079b366
View commit details
Copy full SHA for 079b366
Browse repository at this point
add heartbeat for motor
Show description for ff9deaa
hakuturu583
committed
ff9deaa
View commit details
Copy full SHA for ff9deaa
Browse repository at this point
add disconnection
Show description for ed3a1d5
hakuturu583
committed
ed3a1d5
View commit details
Copy full SHA for ed3a1d5
Browse repository at this point
stop motor when the motor control topic was stopped
Show description for 249ba62
hakuturu583
committed
249ba62
View commit details
Copy full SHA for 249ba62
Browse repository at this point
Commits on Mar 4, 2025
start refactoring
Show description for a2207c6
hakuturu583
committed
a2207c6
View commit details
Copy full SHA for a2207c6
Browse repository at this point
use scheduler in heartbeat
Show description for aab10fb
hakuturu583
committed
aab10fb
View commit details
Copy full SHA for aab10fb
Browse repository at this point
modify send_heartbeat code
Show description for 36acd12
hakuturu583
committed
36acd12
View commit details
Copy full SHA for 36acd12
Browse repository at this point
split code
Show description for fd740e1
hakuturu583
committed
fd740e1
View commit details
Copy full SHA for fd740e1
Browse repository at this point
refactor code
Show description for dc36216
hakuturu583
committed
dc36216
View commit details
Copy full SHA for dc36216
Browse repository at this point
add on_message
Show description for 39ff6fd
hakuturu583
committed
39ff6fd
View commit details
Copy full SHA for 39ff6fd
Browse repository at this point
add debug line
Show description for 95d7752
hakuturu583
committed
95d7752
View commit details
Copy full SHA for 95d7752
Browse repository at this point
run scheduler at the beginig of loop
Show description for 7a14dde
hakuturu583
committed
7a14dde
View commit details
Copy full SHA for 7a14dde
Browse repository at this point
add stop_all_motors function
Show description for 0737c34
hakuturu583
committed
0737c34
View commit details
Copy full SHA for 0737c34
Browse repository at this point
use stop flag
Show description for 1f68d50
hakuturu583
committed
1f68d50
View commit details
Copy full SHA for 1f68d50
Browse repository at this point
stop motor when disconnected
Show description for d2482a6
hakuturu583
committed
d2482a6
View commit details
Copy full SHA for d2482a6
Browse repository at this point
modify timeout
Show description for e45e7c3
hakuturu583
committed
e45e7c3
View commit details
Copy full SHA for e45e7c3
Browse repository at this point
add ground station heartbeat
Show description for 2fc8ae1
hakuturu583
committed
2fc8ae1
View commit details
Copy full SHA for 2fc8ae1
Browse repository at this point
remove old script
Show description for 05e8c56
hakuturu583
committed
05e8c56
View commit details
Copy full SHA for 05e8c56
Browse repository at this point
rename test script to ground station
Show description for 451864f
hakuturu583
committed
451864f
View commit details
Copy full SHA for 451864f
Browse repository at this point
add TODO description
Show description for 1dd16d9
hakuturu583
committed
1dd16d9
View commit details
Copy full SHA for 1dd16d9
Browse repository at this point
add check last message function
Show description for 7ff9ee4
hakuturu583
committed
7ff9ee4
View commit details
Copy full SHA for 7ff9ee4
Browse repository at this point
add payload as argument
Show description for 91f4fa1
hakuturu583
committed
91f4fa1
View commit details
Copy full SHA for 91f4fa1
Browse repository at this point
add apk install step
Show description for 83207e0
hakuturu583
committed
83207e0
View commit details
Copy full SHA for 83207e0
Browse repository at this point
add python3-dev to apk step
Show description for 4590d8d
hakuturu583
committed
4590d8d
View commit details
Copy full SHA for 4590d8d
Browse repository at this point
You can’t perform that action at this time.