Ideal for any lab. Whether you’re just starting up, a small or large academic institution, or a globally operating company.
eLabJournal is an all-in-one Electronic Lab Notebook (ELN) software that includes sample tracking and protocol management modules.
Learn More
Scalable restaurant tech for stellar guest experiences
For Pizza, Delivery, Takeout, Quick Serve, Fast casual, and Full Service Restaurants with as little as one store to 100 or more.
HungerRush helps restaurants compete in the toughest business on earth. We offer a fully integrated restaurant management system that’s easy to use and can be configured to engage your guests better, streamline your operations, master your own marketing, or all of the above. Want to offer online ordering? It’s built in. Want to get the latest performance data on your operations and marketing? No problem. Want to make customers for life by creating personalized experiences you know they’ll love? Order up. And since our system is backed by a dedicated and US-based support team, you’ll always be ready for the rush.
ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.
...Doing so, multiple ACARS decoding blocks can run in parallel.
Compile for x86 PC with:
cd 3.10ng
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make -j4
sudo make install
(developed and tested on Debian GNU/Linux)
Compile for RaspberryPi4/Buildroot (located in BR_PATH):
cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../
make -j4
make install
Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ )
Prerequisite: pyserial
Build as usual for a Gnuradio block:
- download and unpack
- cd gr-message_to serial
- mkdir build && cd build
- cmake .. && make
- sudo make install && ldconfig
If successful this block is into OOT section... Enjoy ;-)