NorskSystem interface
Methods that allow you query and update the features of the system that Norsk is running in
Signature:
export interface NorskSystem
Properties
| Property | Type | Description |
|---|---|---|
{ setup(settings: IrohEndpointSettings): Promise<IrohEndpointInfo>; info(): Promise<IrohEndpointInfo>; setAllowedPeers(peers: string[] | 'any'): Promise<IrohEndpointInfo>; listeners(): Promise<IrohListenerInfo[]>; } |
The shared per-instance iroh endpoint: one key-addressed QUIC identity (NodeId) that every default iroh dial presents and remote peers dial into (iroh:// |
|
Methods
| Method | Description |
|---|---|
Rotate TLS certificates on a running MoQT listener. Existing connections are unaffected — only new connections use the new cert. |
|
Set global options that affect automatic conversion behaviour. Only supplied fields are changed; omitted fields retain their current (or default) values. Changes take effect on future subscriptions only. |
|
Suppress the "No subscriber for node output, data is being dropped" warning (and the matching recovery message) for a specific media node. Use for fallback sources that are expected to spend long stretches unsubscribed. Suppression state is cleared automatically when the node exits. |
|
Clear a prior |