README.md in radio-0.0.2 vs README.md in radio-0.0.3
- old
+ new
@@ -1,19 +1,20 @@
# Twenty-First Century Amateur Radio
An http server for interactive digital signal processing.
The mission is to find a solution that enables development of radios
-using open and accessible technologies such as HTML and Javascript.
+using open and approachable technologies such as HTML and Javascript.
## Status
* HTTP Server: Working
* Spectrum Analyzer: Working
- * Rig Control: current WIP
- * PSK31: LPCM only, next WIP
- * SSB: Not Started
- * CW: Not Started
+ * Rig Control: Working
+ * SSB: Working
+ * PSK31: Working, no UI
+ * CW: AF mode started
+ * Transmit: not yet
* User Interface: experimental, please contribute
* More drivers: always a WIP, please contribute
## Installation
@@ -32,10 +33,10 @@
Apple OSX using homebrew:
brew install fftw libusb
-Windows does not have dependencies; begin with Ruby install.
+Windows needs fftw3 installed but the install process is not yet known.
### Ruby
This project requires Ruby 1.9. If your OS came with Ruby, it's likely 1.8
and not suitable. Your choice to install Ruby 1.9 directly or with the rvm