Skip to content

beepbeeptechnologies/CafeBeep-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotic Beverage Technologies Cafe BEEP Kiosk Software

Author(s): Blaze Sanders Email: b@beepbeeptechinc.com Skype: blaze.sanders Twitter: @BlazeDSanders

Author(s): Murali Dulla Email: m@beepbeeptechinc.com

cafeBEEP kiosks are social, modular, and mobile self-contained autonomous cashless coffee kiosks connected to your smartphone. Check out https://www.cafeBEEP.com for more details in the coming months.

This Git repo holds code for many open source libraries. It's broken down into the following directories (*TODO).

Please use Style Guide: https://github.com/google/styleguide/blob/gh-pages/pyguide.md

The code was written on and designed to run on the Ubuntu Mate Linux Distro. But some dev work can be done on PC or Mac. Download Ubuntu Mate for the Raspberry Pi 4 at www.ubuntu-mate.org/raspberry-pi

You can make a bootable microSD card (8 GB or larger) on Desktop Linux using the following commands: sudo apt-get install gddrescue xz-utils unxz ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.xz sudo ddrescue -D --force ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img /dev/sd?

Where the ? in sd? can be determined by using the "lsblk" command to find your microSD card name.

We plan to us RavenDB or mySQL for user data: https://ravendb.net/docs/article-page/4.2/csharp/start/getting-started https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites https://www.w3schools.com/python/python_mysql_getstarted.asp

All documentation is self generated using https://www.python.org/dev/peps/pep-0257/ See examples and usage at https://docutils.sourceforge.io/README.html#quick-start

Static type checking was done using http://mypy-lang.org/

Copy .nanorc in your home directory to use the best IDE every made NANO!

Commit message standard shall follow https://www.conventionalcommits.org/en/v1.0.0/


v2020.0:

To run the code in v2020.0 directory complete the following steps:

Download this FULL git repo onto a Raspberry Pi 4 B

  1. Use "cd CafeBeep-" Linux terminal command to navigate to the highest level directory
  2. Use "python3 install.py YOUR_PC_USERNAME OS_NAME" command to install all the necessary libraries
  3. Use "cd CafeBeep-/v2020.0" command to navigate to the main code directory
  4. Finally run the command "python3 GUI.py" to start kiosk software running
  5. NOTE: Use "python3" and NOT "python", in step 5 or you will get run time errors!!!
  6. Open Google Chrome (best GUI compatibility) and type http://127.0.0.1:5000/ into URL textbox.
  7. Type terminal input as prompted when in debug mode. Have fun nerd!

CompressedLibraryCode:

RavenBD is a NoSQL Document Database that allows 1 million reads and 150000 writes per second.


Python imports:

Flask is a microframework that does not require particular tools or libraries. It has no database abstraction layer and form validation. However, since it runs in any browser setting up a dev envirment is super simple.

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.7%
  • C 14.3%
  • HTML 10.6%
  • Shell 10.1%
  • CSS 2.3%