ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
protocol.h File Reference

ascii-chat Client Protocol Handler Interface More...

Go to the source code of this file.

Functions

int protocol_start_connection ()
 Start protocol connection handling.
 
void protocol_stop_connection ()
 Stop protocol connection handling.
 
bool protocol_connection_lost ()
 Check if connection has been lost.
 
const acip_client_callbacks_t * protocol_get_acip_callbacks ()
 Get ACIP client callbacks for packet dispatch.
 

Detailed Description

ascii-chat Client Protocol Handler Interface

Defines the protocol handling interface for client-side packet processing and data reception thread management.

Author
Zachary Fogg me@zf.nosp@m.o.gg
Date
2025

Definition in file client/protocol.h.