• Try Us Out - See our Demo Tabs Above

    Sports Bars

    Experience our Sports Bar TV, Audio and Lighting Control System with our awesome demo! We provide multiple TV control systems that will easily integrate your Audio/Video and environmental components into one easy to use package. Let multiple hand-held remotes be a thing of the past and experience hassle free one-touch control. With the versatility of myServer 6, you may be able to retrofit existing equipment into the control system which makes it economical to get the most value out of your technology investment.

    Residential

    With a whole new exciting look and feel our transparent "Moonlight" user interface allows clarity and ease in maneuvering your lighting floor plan, climate control, security cameras, and security keypad as well as entertainment options. Control all aspects of your home with simplicity and confidence.

    Digital Signage

    Allonis makes it easy to control and launch your media content. We have created software that ties in seamlessly to your bar or restaurant control system. Upload new images and videos, discard old ones, decide what to play or post and where with just a few selections.

  • Sports Bar & Restaurant Demo

    Select a source on the left and then select the TVs you would like to change on the right.

    Along the bottom are options for a DirecTV remote, TV Guide, Audio, Favorites & AppleTV. In addition you can touch the video camera on the left hand source options to get a live preview of what's playing on that source. Be sure to click around and try everything.

    Read More

     

    Customer Listening Experience

    Pan from left to right and up and down to see all the TVs.

    Customers can select the TV closest to them to tune in to the audio.

    Read More

     

    No Floorplan Option.

    If you are not interested in a navigable floor plan we can provide a generic interface instead.

    The same features are supported.

    Read More
  • Residential Demo

    Below is our residential simulation.

    Be sure to click around and try everything. Read more about the UI below.

    Read More
  • Digital Signage

    In the large window select a player on the left. Then select an option layout on the right. Select available assets from the list provided. You can add a ticker of either a message or weather by checking the boxes. When you are finished making selections click “send to player”. Your choice will appear on the corresponding player above. To pause a video click the player once.

    Read More
  • SmartRemote Demo

    Below is our SmartRemote simulation.

    Be sure to click around and try everything. Read more about the UI below.

    Read More

Our Products

See the latest myServer 6 products, available for individual purchase or part of a custom Allonis system built especially for your project.
Software
Hardware
Sports Bars
Services

How to connect a USB GPS receiver with myServer

 

 

1. Plug in the GPS receiver

After plugging in a GPS / GNSS receiver through the Raspberry Pi USB port, your GPS should be automatically configured. To verify, type the below command.

ls /dev/tty* 

You will see the “/dev/ttyACM0” has been created automatically. To further verify if the GPS has been bound to this folder. please type 

sudo cat /dev/ttyACM0

The GPS input stream show similar to the below

If you can see the above, which means your GPS receiver works with your Linux computer. 

2. Install gpsd

The next step of installation is to bind the “gpsd” daemon to the GPS receiver so that the applications running on Raspbian can access the GPS receiver through the “gpsd” daemon. 

The purpose of “gpsd”.

“gpsd” is used to connect applications with the GPS receiver hardware. It manages USB GPS devices so the applications don't have to. In Raspbian, if you set up the “gpsd” properly with GPS receivers hardware, most GPS location aware applications can get the GPS data by calling “gpsd”. Furthermore, “gpsd” shares the GPS receiver for all applications running on this Raspberry PI machine..

To install GPSD, type

sudo apt install gpsd

 

3. Make gpsd available on boot.

To make gpsd automatic startup on boot, update the /etc/default/gpsd file a below

 

Make sure 

GPSD_OPTIONS="/dev/ttyACM0"

is included in the gpsd config file.


Restart the RaspberryPI, the new setting will take effect.

4.Test gpsd with xgps (optional)

If you are confident the GPS is already working properly, just skip this section.

Now the GPS signal should be available for applications. It is not mandatory but good to confirm that. It can be tried by a tool called  “xgps”. XPGS is included in the gpsd-clients package. 

To Install gpsd-clients, type

sudo apt install gpsd-clients

After gpsd-clients has been installed, type

xgps

xgps should look similar to this, when the GPS signal is available:

 

   

5. Ready to serve.

Now your GPS applications can make use of gpsd to acquire GPS data. Congratulations!

We have tested the below USB GPS/GNSS receivers

work with this instruction. They can be purchased from gpswebshop.com

Configuring the GPS myServer driver

Download and install the GPS driver from myServer's Software Updater.

Select "Add Device" from the Driver Command Testing list.

Example of the command configured:

GPS|AddDevice~GPS1~/dev/ttyACM0~9600,8,n,1~Equipment

The GPS data should then start populating myServer variables in the "sensor_" itemClass

sensor_2_course_latitude

sensor_2_course_longitude

sensor_2_course_speed_mph