Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acien101 committed Jul 26, 2018
1 parent fe89297 commit 7f67f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Some exaples for using Ball Aerospace COSMOS over a TCP server.


### [tcpServerBlinkTest.js](https://github.com/acien101/COSMOS-TCPServer/blob/master/tcpServerBlinkTest.js)
### [tcpServerBlinkTest.js](https://github.com/granasat/COSMOS-TCP/blob/master/tcpServerBlinkTest.js)
This test creates a TCP Server emulating this [arduino code with COSMOS](https://bitbucket.org/dholshouser/alagna/src/ebe7ffb896eee50566d33317a166e98464611eda/doc/tutorials/blink/src/Blink/Blink.ino?at=master&fileviewer=file-view-default).

[BLINK_TCP_TEST](https://github.com/acien101/COSMOS-TCPServer/tree/master/BLINK_TCP_TEST) is the COSMOS project for receive the telemetry and to send the telecomands.
[BLINK_TCP_TEST](https://github.com/granasat/COSMOS-TCP/tree/master/BLINK_TCP_TEST) is the COSMOS project for receive the telemetry and to send the telecomands.

### [tcpDecodeAPRS.js](https://github.com/acien101/COSMOS-TCPServer/blob/master/tcpDecodeAPRS.js)
### [tcpDecodeAPRS.js](https://github.com/granasat/COSMOS-TCP/blob/master/tcpDecodeAPRS.js)

This test decode APRS with the program [Direwolf](https://github.com/wb2osz/direwolf) from an audio source, and pipe the output using CCSDS standard to a TCP port for COSMOS. I used an Baofeng UV-5R connected to the audio input of my computer.

[CCSDS_APRS_TCP](https://github.com/acien101/COSMOS-TCPServer/tree/master/CCSDS_APRS_TCP) is the COSMOS project for receive the APRS output from direwolf.
[CCSDS_APRS_TCP](https://github.com/granasat/COSMOS-TCP/tree/master/CCSDS_APRS_TCP) is the COSMOS project for receive the APRS output from direwolf.

0 comments on commit 7f67f92

Please sign in to comment.