Skip to content

An application to display various types of content (such as text, images, videos, and more) on Liquid Galaxy screens.

License

Notifications You must be signed in to change notification settings

LiquidGalaxyLAB/scroll_text_application

 
 

Repository files navigation

🚀 Scroll Text Application Documentation

Scroll Text is an app designed to display different types of content (like text, images, videos, and more) on Liquid Galaxy screens. This project has two main parts: a service running on the master and an application installed on the tablet. They communicate with each other using SSH and web pages. The service files can be found in the server folder, and the Flutter application can be found in the controller folder.

📝 Before Running

  1. Ensure the Liquid Galaxy core is installed. More information about the installation can be found in this repository.

  2. Ensure Node.js version 14 is installed on the master machine by running:

    node -v
  3. The output should look like v14.17.5. If not, use the following link for installation tips: How To Install Node.js on Ubuntu 16.04.

  4. After installing Node.js, install pm2 on the master machine. Execute the command:

    sudo npm i -g pm2

👨‍💻 Installing The Project

First, open a new terminal and go to the default terminal directory with the command:

cd

Now, clone the repository in the home directory (default directory on terminal) of the master machine with the command:

git clone https://github.com/0xbaggi/scroll-text-application.git

Once cloned, navigate to the cloned folder and execute the installation script with the following commands:

cd scroll_text_application

bash install.sh {port} {password}

The {password} is the rig password.

The {port} is where the service will be installed.

After installation, reboot the machine.

📱 App Setup

Install the apk on the tablet. With the server running, ensure the Android device and Liquid Galaxy are on the same wi-fi network before running the app. Then, the setup is simple.

  • First, open the app and go to the settings page.

  • On the settings screens, set all the variables as follows:

    • Server Ip: Master machine ipv4 (including the dots, e.g., 192.168.1.86)
    • Server Port (ssh port): 22
    • Server Username: username for ssh connection (default: lg)
    • Server Password: password for ssh connection
    • Service Port: 3000 (port of the service previously installed on the master using install.sh)
  • Once set, click the “Connect” button at the bottom of the screen.

  • Return to the home screen and click on "Start service."

  • The app is now ready: you can access the editor and trackpad pages!

🛠️ Tested on

  • Ubuntu: 16.04
  • Node: 14.21
  • Android: 11 (API 30)

About

An application to display various types of content (such as text, images, videos, and more) on Liquid Galaxy screens.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 61.9%
  • HTML 17.1%
  • JavaScript 9.4%
  • Shell 7.2%
  • Ruby 2.7%
  • Swift 1.3%
  • Other 0.4%