Viewer for TSL UMD Tallies, V3.1 and V4
Explore the docs »
·
Report Bug
·
Request Feature
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
Download the latest release for a pre-built installer for Mac, Windows or Linux.
If you want to tweak the code
- Clone the repo
git clone https://github.com/roddypratt/tallyview.git
- Install packages
yarn
- Build and run!
yarn dev
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the ISC License. See LICENSE
for more information.
Project Link: https://github.com/roddypratt/tallyview