Skip to content

Commit 033d509

Browse files
committed
Remove non-ASCII characters.
1 parent 63b78c9 commit 033d509

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Decoded Information from Radio Emissions for Windows Or Linux Fans ###
55

6-
In the early days of Amateur Packet Radio, it was necessary to use an expensive Terminal Node Controller (TNC) with specialized hardware. Those days are gone. You can now get better results at lower cost by connecting your radio to the soundcard interface of a computer and using software to decode the signals.
6+
In the early days of Amateur Packet Radio, it was necessary to use an expensive "Terminal Node Controller" (TNC) with specialized hardware. Those days are gone. You can now get better results at lower cost by connecting your radio to the "soundcard" interface of a computer and using software to decode the signals.
77

88
Why settle for mediocre receive performance from a 1980's technology TNC using an old modem chip? Dire Wolf decodes over 1000 error-free frames from Track 2 of the [WA8LMF TNC Test CD](https://github.com/wb2osz/direwolf/tree/dev/doc/WA8LMF-TNC-Test-CD-Results.pdf), leaving all the hardware TNCs, and first generation "soundcard" modems, behind in the dust.
99

@@ -67,7 +67,7 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
6767

6868
### Radio Interfaces: ###
6969

70-
- **Uses computer’s “soundcard and digital signal processing.**
70+
- **Uses computer's "soundcard" and digital signal processing.**
7171

7272
Lower cost and better performance than specialized hardware.
7373

@@ -77,7 +77,7 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
7777

7878
- **Standard 300, 1200 & 9600 bps modems and more.**
7979

80-
- **DTMF (Touch Tone) Decoding and Encoding.**
80+
- **DTMF ("Touch Tone") Decoding and Encoding.**
8181

8282
- **Speech Synthesizer & Morse code generator.**
8383

@@ -153,7 +153,7 @@ Then on any flavor of Linux:
153153
cd direwolf
154154
mkdir build && cd build
155155
cmake ..
156-
make j4
156+
make -j4
157157
sudo make install
158158
make install-conf
159159

@@ -186,7 +186,7 @@ Go to the [releases page](https://github.com/wb2osz/direwolf/releases). Chose d
186186
cd direwolf-*
187187
mkdir build && cd build
188188
cmake ..
189-
make j4
189+
make -j4
190190
sudo make install
191191
make install-conf
192192

0 commit comments

Comments
 (0)