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

API updates for JrtcApp

Open
#20 0 comments 0 reactions 1 assignee View on GitHub

@matthewbalkwill is already working on this.

Since Mar 5, 2025.

Assessment

This issue has not been assessed yet.

Description

Add further abstraction to JrtcApp in order to simplify developer experience.

For instance,
jrtc_router_stream_id_t sid = jrtc_app_get_stream(state->app, SIMPLE_INPUT_IN_SIDX);
int res = jrtc_router_channel_send_input_msg(sid, &aggregate_counter, sizeof(aggregate_counter));
will be changed to:-
int res = jrtc_app_router_channel_send_input_msg(state->app, SIMPLE_INPUT_IN_SIDX, &aggregate_counter, sizeof(aggregate_counter));

Furthermore, update docs to detail that the use of JrtcApps should be the standard development model for apps, as opposed to using the "native" experience.

Dominant language
C
Stars
18
Forks
13
Avg merge
22d 13h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

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 microsoft/jrt-controller

All issues in microsoft/jrt-controller

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.