Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
352cca50
Commit
352cca50
authored
Oct 02, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
Added some comments.
parent
a9730d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/apex.rb
lib/apex.rb
+2
-0
No files found.
lib/apex.rb
View file @
352cca50
...
...
@@ -29,6 +29,7 @@ module Apex
aprs_kiss
=
Aprs
::
AprsKiss
.
new
(
kiss
)
aprs_kiss
.
connect
(
Kiss
::
MODE_INIT_KENWOOD_D710
)
# Transmit a beacon when we first start
beacon_frame
=
{
:source
=>
'WI2ARD-2'
,
:destination
=>
'APRS'
,
:path
=>
[
'WIDE1-1'
,
'WIDE2-2'
],
...
...
@@ -36,6 +37,7 @@ module Apex
aprs_kiss
.
write
(
beacon_frame
)
echo_color_frame
(
beacon_frame
,
'TNC'
,
false
)
# Display any packets we read in.
while
true
frame
=
aprs_kiss
.
read
if
frame
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment