REPOSITORY MOVED TO Open Research Institute GitHub
https://github.com/OpenResearchInstitute/ribbit-pwa-test
"A new digital text messaging mode for HF/VHF/UHF recreational and emergency communications."
Testing use of Web Assembly DSP to create a device-independent Ribbit Web Application.
For information on Ribbit go to The Ribbit Website.
Initial testing by Rich Clingman, K0OZK.
Go to http://localhost:3000/ to verify working
This comes from Ahmet Inan's DSP WASM Experiment
To use Ahmet's Makefile, we need clang++ compiler. We can get that by installing them from Visual Studio Build Tools, part of MS Visual Studio Community Edition.
- Hit Windows key and open the Developer Command Shell
- cd to the example3 directory
- make example.wasm
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
Check out the deployment documentation for more information.