Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-takserver
/
org.meshtastic.core.takserver
/
TAKServerManager
TAKServer
Manager
interface
TAKServerManager
(
source
)
Inheritors
TAKServerManagerImpl
Members
Properties
connection
Count
Link copied to clipboard
abstract
val
connectionCount
:
StateFlow
<
Int
>
inbound
Messages
Link copied to clipboard
abstract
val
inboundMessages
:
SharedFlow
<
CoTMessage
>
is
Running
Link copied to clipboard
abstract
val
isRunning
:
StateFlow
<
Boolean
>
Functions
broadcast
Link copied to clipboard
abstract
fun
broadcast
(
cotMessage
:
CoTMessage
)
broadcast
Node
Link copied to clipboard
abstract
fun
broadcastNode
(
node
:
Node
,
team
:
String
=
DEFAULT_TAK_TEAM_NAME
,
role
:
String
=
DEFAULT_TAK_ROLE_NAME
)
start
Link copied to clipboard
abstract
fun
start
(
scope
:
CoroutineScope
)
Start the TAK server using
scope
. Port is fixed at
TAKServer
construction time.
stop
Link copied to clipboard
abstract
fun
stop
(
)