Commit Graph

699 Commits (be2ac895d4503f1ea46c2ee7b39395b9ce6a5708)

Author SHA1 Message Date
alanbjohnston 3d32dc0a67
fixed delays around AFSK mode
7 years ago
alanbjohnston a0f6f3a8c2
fixed AFSK looping
7 years ago
alanbjohnston 7c21ce36dc
Update main.c
7 years ago
alanbjohnston e5aa68cfeb
send 3 AFSK packets, shift frequency 3 Hz lower
7 years ago
alanbjohnston 4429dd66c9
fixed tlm_str and str errors
7 years ago
alanbjohnston f3748dffec
Update main.c
7 years ago
alanbjohnston 8ee7a590f3
fixed str typos
7 years ago
alanbjohnston f5d02d5269
added back rpitx afsk code
7 years ago
alanbjohnston 4fb1c99a1a
added socket_open = 0; after closing of socket
7 years ago
alanbjohnston 7f4b533b8f
Update main.c
7 years ago
alanbjohnston 1fb9fbe0b8
BPSK frame count to 3, added debugs
7 years ago
alanbjohnston 43c2f57033
turned on mode alternation
7 years ago
alanbjohnston 4de0c85706
more kill -9
7 years ago
alanbjohnston 80a48603d5
removed rpitxStatus reset on errors to try to figure out sendiq multiplication
7 years ago
alanbjohnston 6134164b02
fixed 0xa5
7 years ago
alanbjohnston c4e6e9ae6a
frameCnt back to 3.
7 years ago
alanbjohnston e1644a7fcb
cleared buffer with a5 instead of 0.
7 years ago
alanbjohnston 199a623fdc
try 2x send
7 years ago
alanbjohnston a7b4bb3896
plus 1 instead of round
7 years ago
alanbjohnston 34b849f332
fixed roundup
7 years ago
alanbjohnston c5931f609d
made float
7 years ago
alanbjohnston 9b6df1c3cd
changed send to only send half of buffer
7 years ago
alanbjohnston c99fdf508c
test 7 to see if it gives 3 frames
7 years ago
alanbjohnston d70748ebda
trying 10 frames
7 years ago
alanbjohnston ccb81a6c59
re-enabled flip_ctr in write_wave
7 years ago
alanbjohnston 38e075dfb3
3 with WAV
7 years ago
alanbjohnston 6f263247ac
adde back in WAV write
7 years ago
alanbjohnston ac798c7861
Update main.c
7 years ago
alanbjohnston 586dc4e3bc
6 frames
7 years ago
alanbjohnston 03034fedf0
and removed printf on write_wave
7 years ago
alanbjohnston 345e26ffc9
made nrd and rd global, set sample and parties back
7 years ago
alanbjohnston 6063b0127b
set parities to sequential number for troubleshooting
7 years ago
alanbjohnston a9e0756c31
changed samples=1 to make printf easier to see
7 years ago
alanbjohnston e79742f90c
added print_wave printf
7 years ago
alanbjohnston 5f3b63c18a
got rid of alt in buffer
7 years ago
alanbjohnston ace3bfccdb
back to 1 sync word. 2 didn't help
7 years ago
alanbjohnston 7f41f94ed7
back to 2 sync_words
7 years ago
alanbjohnston 7da2a69c37
took out for
7 years ago
alanbjohnston 82afa49db7
back to just 1 sync word
7 years ago
alanbjohnston abc0f07ccd
trying 2 sync words instead of just one.
7 years ago
alanbjohnston cf5ee6f726
frameCnt back to 3
7 years ago
alanbjohnston 12ac4be269
frameCnt = 1
7 years ago
alanbjohnston b9aeaa0a7e
frame count 6
7 years ago
alanbjohnston 8df09be064
got rid of one printf
7 years ago
alanbjohnston 725b14af1a
added printf at start of buffer loop
7 years ago
alanbjohnston 7d22bd68da
added more printfs to diagnose
7 years ago
alanbjohnston b52d5abfe0
added printfs for ctr1 and ctr3 to see how many bytes of data8 and data10 written
7 years ago
alanbjohnston 9eb0e7c16e
set frame count to 4
7 years ago
alanbjohnston a6dc543618
put in killall
7 years ago
alanbjohnston ee26fa813d
changing sent printf
7 years ago
alanbjohnston fa2eee922c
changed from i to ctr
7 years ago
alanbjohnston a25847ec54
changed send to i from buffSize
7 years ago
alanbjohnston d9f6cc0010
turned off alt, added printf i and buffSize
7 years ago
alanbjohnston aa627afcb4
added write_wave with buffer[alt]
7 years ago
alanbjohnston 6a61c876ab
back to alternating
7 years ago
alanbjohnston 404674e5c7
back to sleep(3)
7 years ago
alanbjohnston bc0b9514ab
changed sleep to 5
7 years ago
alanbjohnston 97668d75d8
added printf of sock send attempt
7 years ago
alanbjohnston 44de671d53
changed sleep(3) to 1.
7 years ago
alanbjohnston 2d49ce36fd
Update main.c
7 years ago
alanbjohnston 45bc295287
removed printfs
7 years ago
alanbjohnston 6eaa0ff6a7
inserted two sleeps
7 years ago
alanbjohnston e813ba537b
set rpitxStatus if socket lost
7 years ago
alanbjohnston f32c8d00a6
printf on open socket
7 years ago
alanbjohnston 6091c8be80
keep alt = 0, reopen socket on failure, print error in open
7 years ago
alanbjohnston 3a26bd7ee6
set frameCnt back to 3
7 years ago
alanbjohnston 94e1e68c2b
changed frameCnt to 1 to see if connection reset error goes away
7 years ago
alanbjohnston c52796f4a2
Update main.c
7 years ago
alanbjohnston 903fff053a
printf errono if an error in send
7 years ago
alanbjohnston f672b1921b
Update main.c
7 years ago
alanbjohnston f2bc637f1e
include <errno.h>
7 years ago
alanbjohnston 720f804053
added strerror(errno) for send()
7 years ago
alanbjohnston a4d6a7e571
added printf of return value of send()
7 years ago
alanbjohnston 8ae05e2511
fixed dim of buffer
7 years ago
alanbjohnston 07ad5ec59f
Update main.c
7 years ago
alanbjohnston f45bbc645b
made buffer a global
7 years ago
alanbjohnston 16a8aafcb6
print out max bufLen
7 years ago
alanbjohnston 0172a63445
Update main.c
7 years ago
alanbjohnston 6471317960
Update main.c
7 years ago
alanbjohnston bc4ead6f88
added alt to buffer which alternates between 0 and 1
7 years ago
alanbjohnston 3be637dae6
commented out changing mode
7 years ago
alanbjohnston 3482f3a298
printf get_tlm
7 years ago
alanbjohnston 5d4f0d5a08
pre increment mode
7 years ago
alanbjohnston 8eb069b1f8
added modulo printf
7 years ago
alanbjohnston e9cc3e187a
fixed divide by 0
7 years ago
alanbjohnston 2903c8dc05
moved mode settings into loop
7 years ago
alanbjohnston ec22b535d1
incrementing mode modulo 3
7 years ago
alanbjohnston 8f22a0c0a8
works for FSK and BPSK with two sleep(1)s
7 years ago
alanbjohnston 830771d17d
put back in 1 sleep(1)
7 years ago
alanbjohnston 59d66b92d3
added > /dev/null 2>&1 to fuser
7 years ago
alanbjohnston 6dfeda59a0
added > /dev/null 2>&1 to kill
7 years ago
alanbjohnston 87abd8aa70
removed most sleep(1)
7 years ago
alanbjohnston 7adeb180a9
Update main.c
7 years ago
alanbjohnston cdb8e1a216
added sleep(1) after popoens
7 years ago
alanbjohnston ecea1398ae
added sleep(1) after rpitx
7 years ago
alanbjohnston 04e2813782
Update main.c
7 years ago
alanbjohnston 1f28d94643
typos
7 years ago
alanbjohnston 7ceaa6251a
added popens for nc and rpitx commands
7 years ago
alanbjohnston 611c99b3c1
back to h[6] again
7 years ago
alanbjohnston 89816feb70
changed to h[7]
7 years ago
alanbjohnston 0233994ba6
fixed BPSK fox id of 99 in h[6]
7 years ago
alanbjohnston aa2c676c04
added while for loop
7 years ago
alanbjohnston 29365849b0
Update main.c
7 years ago
alanbjohnston f70a784a2b
fixed pointer
7 years ago
alanbjohnston 09b34ba11a
added loop variable from argv[2]
7 years ago
alanbjohnston c7cf8f9a59
Update main.c
7 years ago
alanbjohnston 8c45e7cf84
if argv is 'b' then BPSK mode
7 years ago
alanbjohnston 71d4d04774
added id = 99 for BPSK
7 years ago
alanbjohnston 2bf87ac79c
trying BPSK
7 years ago
alanbjohnston fb1a3dd426
removed b10 and h10
7 years ago
alanbjohnston 1c60563a5c
added if mode ==
7 years ago
alanbjohnston 97571e6d64
removed data[]
7 years ago
alanbjohnston 165b1b946a
fixed dataLen value
7 years ago
alanbjohnston c621eef947
fixed write_wave
7 years ago
alanbjohnston dd0d7cc4eb
Update main.c
7 years ago
alanbjohnston 1459938b67
moved buffer
7 years ago
alanbjohnston e4dcb26a00
moved data8 and other variables
7 years ago
alanbjohnston bfa703a12c
Update main.c
7 years ago
alanbjohnston c71c5b974e
Update main.c
7 years ago
alanbjohnston ebcb84b2d2
moved variables
7 years ago
alanbjohnston 39f76f4156
changing to variables part 2
7 years ago
alanbjohnston fa5ffa55a2
changed from macros to variables - part 1
7 years ago
alanbjohnston e1dc4174e3
turned off LED at start
7 years ago
alanbjohnston 0e89c8da0c
added LED on/off on socket write
7 years ago
alanbjohnston 90920c19cb
FSK
7 years ago
alanbjohnston 0f7af2be1a
changed NaN to 0's, added value check and set fd = -1 if not present
7 years ago
alanbjohnston c3d58f88db
replaced NaN with 0; and tested value for -1 and set fd -1 if not present on bus
7 years ago
alanbjohnston ef6b75dd03
BPSK
7 years ago
alanbjohnston 512bdf538a
Update main.c
7 years ago
alanbjohnston 899838f442
FSK
7 years ago
alanbjohnston 0fb1b95438
BPSK
7 years ago
alanbjohnston 4119e36367
back to continuous and 3 frames of FSK
7 years ago
alanbjohnston 469213cc4d
loop once
7 years ago
alanbjohnston 86646db527
writing transmit.wav and 60 frames sleep(2)
7 years ago
alanbjohnston aae927e049
trying FRAME_CNT 2
7 years ago
alanbjohnston 910c56a6c3
Trying sleep(2);
7 years ago
alanbjohnston 8d52549c9a
Really setting to FRAME_CNT 3
7 years ago
alanbjohnston dcdf7d2c75
Went wrong way, reduced to sleep(3);
7 years ago
alanbjohnston af51b37447
Back to 3, increasing to sleep(5)
7 years ago
alanbjohnston 7733716d7e
Trying FRAME_CNT 4
7 years ago
alanbjohnston 8d22f46e6c
Trying FRAME_CNT 2
7 years ago
alanbjohnston a3e8021702
Increased FRAME_CNT to 14 to see if get better reception
7 years ago
alanbjohnston 8207918d23
back to FSK
7 years ago
alanbjohnston 4c3844ebbb
added frames per sec display
7 years ago
alanbjohnston 8839232786
typo
7 years ago
alanbjohnston fd4b685a09
added mode printf with bits per frame display
7 years ago
alanbjohnston f678a32ef5
BPSK 3 frames at a time
7 years ago
alanbjohnston 45ffdfa29d
FSK, 3 frames per, 4 second delay
7 years ago
alanbjohnston 94c8afaa8a
BPSK amplitude is 3x FSK amplitude
7 years ago
alanbjohnston 19a95f767a
Continuous BPSK Working! Gets layout errors in FoxTelem
7 years ago

Powered by TurnKey Linux.