Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Node-NTRIP/caster
/ functions
Functions
226 in github.com/Node-NTRIP/caster
⨍
Functions
226
◇
Types & classes
117
Method
accept
()
src/transport/server/ntrip.ts:466
Method
accept
()
src/transport/server/ntrip.ts:558
Method
accept
()
src/transport/server/ntrip.ts:653
Method
accept
()
src/transport/server/ntrip.ts:683
Method
accept
()
src/transport/server/ntrip.ts:847
Method
accept
()
src/transport/server/ntrip.ts:864
Method
active
()
src/mountpoint.ts:153
Method
addTransport
(constructor: CasterTransportDefinition)
src/caster.ts:140
Method
authenticate
()
src/transport/server/ntrip.ts:390
Method
bufferRemaining
()
src/util/rtp.ts:312
Method
clients
()
src/mountpoint.ts:70
Function
close
(error?: Error)
src/connection.ts:88
Function
close
Closes any established servers and existing connections
src/transport/transport.ts:41
Method
close
()
src/transport/client/socket-client.ts:83
Method
close
()
src/transport/client/serial.ts:83
Method
close
()
src/transport/server/socket.ts:85
Function
connect
* Makes a connection to the caster * * @param params Caster connection parameters, excluding transport * @throws TODO
src/transport/transport.ts:56
Method
connect
(params: CasterConnectionParameters)
src/caster.ts:104
Method
connect
(params: { type: 'server' | 'client' input?: stream.Readable, output?: st
src/transport/server/ntrip.ts:395
Function
connection
()
src/transport/transport.ts:76
Function
connectionDescription
Returns a description of a specific connection from this transport for use in logging
src/transport/transport.ts:69
Function
connectionTime
()
src/connection.ts:58
Function
connections
()
src/transport/transport.ts:26
Method
connections
()
src/caster.ts:44
Function
constructor
* Constructs a new NTRIP transport * * @param caster NTRIP manager that initiated this transport * @param options Options for subclasse
src/transport/transport.ts:34
Method
constructor
(name: string, options?: MountpointOptions)
src/mountpoint.ts:110
Method
constructor
(parameters: ConnectionParameters & {input: stream.Readable})
src/connection.ts:121
Method
constructor
(parameters: ConnectionParameters & {output: stream.Writable})
src/connection.ts:159
Method
constructor
(mountpoint: string)
src/sourcetable.ts:297
Method
constructor
(host: string, port: number)
src/sourcetable.ts:340
Method
constructor
(identifier: string)
src/sourcetable.ts:378
Method
constructor
(private readonly negate: boolean, private readonly comparator: '=' | '>' | '<' | '>=' | '<=',
src/sourcetable.ts:407
Method
constructor
(parameters: CasterParameters)
src/caster.ts:50
Method
constructor
(manager: CasterTransportInterface, private readonly options: SocketClientTransportOptions)
src/transport/client/socket-client.ts:43
Method
constructor
(manager: CasterTransportInterface, private readonly options: NtripPushPullTransportOptions)
src/transport/client/ntrip-push-pull.ts:99
Method
constructor
(parent: NtripPushPullTransport | RequestFormer, params?: NtripClientRequestOptions)
src/transport/client/ntrip-push-pull.ts:177
Method
constructor
(options: NtripClientRequestOptions, cb?: (res: IncomingMessage) => void)
src/transport/client/ntrip-push-pull.ts:579
Method
constructor
(manager: CasterTransportInterface, private readonly options: SerialTransportOptions)
src/transport/client/serial.ts:47
Method
constructor
(manager: CasterTransportInterface, private readonly options: FileTransportOptions)
src/transport/misc/file.ts:38
Method
constructor
(manager: CasterTransportInterface, private readonly options: StreamTransportOptions)
src/transport/misc/stream.ts:39
Method
constructor
(manager: CasterTransportInterface, options: NtripTransportOptions)
src/transport/server/ntrip.ts:154
Method
constructor
(parent: NtripTransport | RequestProcessor, req?: NtripCasterRequest, res?: NtripCasterResponse)
src/transport/server/ntrip.ts:376
Method
constructor
(manager: CasterTransportInterface, private readonly options: SocketTransportOptions)
src/transport/server/socket.ts:64
Method
constructor
({ payloadType, padding = false, marker = false, sequenceNumber, times
src/util/rtp.ts:66
Method
constructor
(private readonly socket: dgram.Socket, { timestampPeriod = RtpSession.DEFAULT_TIMESTAMP_PERIOD_NS,
src/util/rtp.ts:236
Method
constructor
(private session: RtpSession, private readonly payloadType: number, bufferOptions?: {
src/util/rtp.ts:317
Method
constructor
(socket: dgram.Socket)
src/util/rtp.ts:435
Method
constructor
(private readonly mountpoint: Mountpoint, options?: Partial<AutoSourceEntryOptions>)
src/util/auto-source-entry.ts:117
Method
constructor
(caster: Caster)
src/util/simple-logger.ts:30
Method
description
()
src/transport/client/socket-client.ts:89
Method
description
()
src/transport/client/ntrip-push-pull.ts:91
Method
description
()
src/transport/client/serial.ts:93
Method
description
()
src/transport/misc/file.ts:68
Method
description
()
src/transport/misc/stream.ts:56
Method
description
()
src/transport/server/ntrip.ts:141
Method
description
()
src/transport/server/socket.ts:178
Function
destructureElementsFromLine
(elements: string[], destructuringConversions: (null | ((s: string) => any))[])
src/sourcetable.ts:94
Method
disable
()
src/util/simple-logger.ts:88
Function
disconnectionTime
()
src/connection.ts:59
Function
duration
Connection duration, in ms
src/connection.ts:61
Method
emitClientError
(message: string, error?: Error)
src/transport/server/ntrip.ts:300
Function
entryType
The sourcetable entry type as 3 characters e.g. STR, CAS, NET
src/sourcetable.ts:29
Function
error
(error: Error)
src/connection.ts:83
Function
error
(error: Error)
src/transport/transport.ts:45
Function
filter
* Filter this source entry by simple and advanced element filtering * * @param filters Filter lists * @param simple Whether
src/sourcetable.ts:128
Function
filterApproximations
(filters: AdvancedFilterList[], entries: Entry[], strict: boolean = false)
src/sourcetable.ts:536
Function
filterElements
* Filters this source entry based on its elements * * @param filters List of filters for each element * @param simple Wheth
src/sourcetable.ts:139
Method
form
()
src/transport/client/ntrip-push-pull.ts:278
Method
form
()
src/transport/client/ntrip-push-pull.ts:293
Method
form
()
src/transport/client/ntrip-push-pull.ts:343
Method
form
()
src/transport/client/ntrip-push-pull.ts:363
Method
form
()
src/transport/client/ntrip-push-pull.ts:381
Method
form
()
src/transport/client/ntrip-push-pull.ts:508
Function
fromFormatDetails
(val: string)
src/sourcetable.ts:244
Function
fromOneZeroValue
(val: string)
src/sourcetable.ts:228
Method
fromRawSourcetableLineElements
(elements: any[])
src/sourcetable.ts:346
Method
fromRawSourcetableLineElements
(elements: any[])
src/sourcetable.ts:383
Function
fromSourcetableLine
* Parses the provided sourcetable text line and updates fields in this entry * * @param line Sourcetable text line
src/sourcetable.ts:68
Function
fromSourcetableLineElements
* Updates the entry's elements based on the provided list of elements
src/sourcetable.ts:78
Function
fromYesNoValue
(val: string)
src/sourcetable.ts:236
Method
generateSourcetable
* Generates the sourcetable for the caster with an optional set of filters * * @param filters Optional filters to apply to the sourcetable l
src/caster.ts:194
Method
gga
(gga: string | undefined)
src/connection.ts:164
Method
length
()
src/util/rtp.ts:87
Method
list
()
src/transport/client/serial.ts:89
Method
mountpoints
()
src/caster.ts:46
Method
new
(options: SocketClientTransportOptions)
src/transport/client/socket-client.ts:47
Method
new
(options: NtripPushPullTransportOptions)
src/transport/client/ntrip-push-pull.ts:107
Method
new
(options: SerialTransportOptions)
src/transport/client/serial.ts:51
Method
new
(options: FileTransportOptions)
src/transport/misc/file.ts:42
Method
new
(options: StreamTransportOptions)
src/transport/misc/stream.ts:43
Method
new
(options: NtripTransportOptions)
src/transport/server/ntrip.ts:167
Method
new
(options: SocketTransportOptions)
src/transport/server/socket.ts:68
Method
nmea
()
src/connection.ts:174
Method
open
()
src/transport/client/socket-client.ts:51
Method
open
()
src/transport/client/ntrip-push-pull.ts:111
Method
open
()
src/transport/client/serial.ts:55
Method
open
()
src/transport/misc/file.ts:46
Method
open
()
src/transport/misc/stream.ts:47
Method
open
()
src/transport/server/ntrip.ts:171
Method
open
()
src/transport/server/socket.ts:72
← previous
next →
101–200 of 226, ranked by callers