Skip to content

🚀 A simple website that visualizes the binary to analog transmissions of a given bit stream.

License

Notifications You must be signed in to change notification settings

Lebyy/Binary-To-Analog-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary to Analog Transmissions Visualizer

This is a simple website that visualizes the binary to analog transmissions of a given bit stream. It is written in HTML, CSS, and TypeScript and uses Next.js for server-side rendering and canvas for the visualizations.

Find the live version of the website here.

Usage

To use this website, simply enter a bit stream into the input box and click the "Submit" button. The website will then render the visualizations of the bit stream.

Development

To run this website locally, you will need to have Node.js installed. Then, run the following commands in the root directory of the project:

npm install
npm run dev

The website will then be available at localhost:3000.

Deployment

To deploy this website, you will need to have Node.js installed. Then, run the following commands in the root directory of the project:

npm install
npm run build
npm run start

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Contact

If you have any questions, feel free to raise an issue!

How to Contribute

If you would like to contribute to this project, please fork the repository and submit a pull request. I will review the pull request and merge it if it is appropriate.

Wave icons created by Freepik - Flaticon

About

🚀 A simple website that visualizes the binary to analog transmissions of a given bit stream.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published