Skip to content

CMUAbstract/tartan-artibeus-gnd-sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tartan Artibeus Ground Software

This repository provides ground software for the Tartan Artibeus satellite.

Useful tips:

  • Write a hex command to a file:
# A common_ack from COMM to TERM (COMM expects a common_ack back from TERM):
echo -en \\x22\\x69\\x06\\x01\\x00\\x01\\x00\\x10\\x10 > common-ack.hex
# Expected reply from TERM to COMM:
echo -en \\x22\\x69\\x06\\x01\\x00\\x01\\x00\\x01\\x10 > reply.hex
  • View a hex command file:
hexdump -C common-ack.hex
hexdump -C reply.hex

Directory Contents

License

Written by Bradley Denby
Other contributors: None

See the top-level LICENSE file for the license.

About

Tartan Artibeus Ground Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published