Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add Support for Bizhawk's comm module

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
api

Research direction

Start by locating the comm module and the code that parses incoming commands. Trace how the existing command format is read, then verify that a byte-count prefix such as 12 starttimer\r\n is accepted while the command and line ending remain usable. Done means Bizhawk's prefixed messages work through the module.

Written by the indexing model from the issue text.

Description

As it is, Bizhawk prepends every command with the number of bytes of the sent message; i.e. sending "starttimer\r\n" actually sends 12 starttimer\r\n. It would be helpful if this module could accept this format, especially since I imagine interacting with Bizhawk is a common use case for this module.

Dominant language
C#
Stars
52
Forks
33
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from LiveSplit/LiveSplit.Server

All issues in LiveSplit/LiveSplit.Server

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.