Skip to content

roddypratt/tallyview

Repository files navigation

Contributors Forks Stargazers Issues License


TallyView

Viewer for TSL UMD Tallies, V3.1 and V4
Explore the docs »

· Report Bug · Request Feature

Table of Contents

About The Project

TallyView gives a live view of UMD text and tallies received using the TSL UMD protocol, either V3.1 or V4.

TallyView receives...

  • V3.1 and V4 UDP messages on port 40001. V4 packets with bad checksums are ignored.
  • V5 UDP messages on port 4003. Both unicode and non-unicode are supported.
  • V3.1 TCP messages on port 40001
  • V4 TCP messages on port 40002

Yuo can override the default ports by editing the "settings.json" file in c:\users\<username>\Appdata\Roaming\TallyView

TallyView Screen Shot

Built With...

Getting Started

Download the latest release for a pre-built installer for Mac, Windows or Linux.

If you want to tweak the code

  1. Clone the repo
git clone https://github.com/roddypratt/tallyview.git
  1. Install packages
yarn 
  1. Build and run!
yarn dev 

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the ISC License. See LICENSE for more information.

Contact

Project Link: https://github.com/roddypratt/tallyview