aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-06-08 17:38:18 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-06-08 17:38:18 +0200
commite90ae9daa35ecfb273f17addc7d0aebbe0301e2d (patch)
tree389165e5cb60456893596b4fe268177ead6fe3fb
parent40028422c02ba24cbd85465c8718dc0ca1268fd6 (diff)
make OSMOCOM lowercase
-rw-r--r--README4
-rwxr-xr-xapps/osmocom_fft2
-rwxr-xr-xapps/osmocom_siggen2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a78c916..d10c245 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ While primarily being developed for the OsmoSDR hardware, this block
as well supports:
* FunCube Dongle through libgnuradio-fcd
- * OSMOCOM OsmoSDR Devices through libosmosdr
+ * sysmocom OsmoSDR Devices through libosmosdr
* Great Scott Gadgets HackRF through libhackrf
* Ettus USRP Devices through Ettus UHD library
* RTL2832U based DVB-T dongles through librtlsdr
@@ -39,5 +39,5 @@ make
sudo make install
sudo ldconfig
-NOTE: The OSMOCOM block will appear under 'Sources' and 'Sinks' categories
+NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories
in GRC menu.
diff --git a/apps/osmocom_fft b/apps/osmocom_fft
index b4ad1c9..fadc337 100755
--- a/apps/osmocom_fft
+++ b/apps/osmocom_fft
@@ -474,7 +474,7 @@ class app_top_block(stdgui2.std_top_block, pubsub):
print "Set frequency correction to:", ppm
def main ():
- app = stdgui2.stdapp(app_top_block, "OSMOCOM Spectrum Browser", nstatus=1)
+ app = stdgui2.stdapp(app_top_block, "osmocom Spectrum Browser", nstatus=1)
app.MainLoop()
if __name__ == '__main__':
diff --git a/apps/osmocom_siggen b/apps/osmocom_siggen
index 7e7f3d0..7c65d69 100755
--- a/apps/osmocom_siggen
+++ b/apps/osmocom_siggen
@@ -347,7 +347,7 @@ def main():
gui=app_gui, # User interface class
options=options, # Command line options
args=args, # Command line args
- title="OSMOCOM Signal Generator", # Top window title
+ title="osmocom Signal Generator", # Top window title
nstatus=1, # Number of status lines
start=True, # Whether to start flowgraph
realtime=True) # Whether to set realtime priority