Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KOSASIH/skybridge
/ types & classes
Types & classes
40 in github.com/KOSASIH/skybridge
⨍
Functions
267
◇
Types & classes
40
↓ 2 callers
Class
StarlinkAPI
api/starlink_api.py:10
↓ 1 callers
Class
ConnectionManager
connection/connection_manager.py:7
↓ 1 callers
Class
HybridConnectivityManager
main.py:13
↓ 1 callers
Class
LatencyModel
ai/model.py:9
↓ 1 callers
Class
Logger
utils/logger.py:5
Struct
Block
Block represents a block in the consensus algorithm
src/blockchain/consensus/consensus.go:73
Struct
Config
Config represents the configuration for the gateway.
src/api/gateway/gateway.go:57
Struct
Config
Config represents the configuration for the network
src/blockchain/network/network.go:41
Struct
Config
Config represents the configuration for the storage
src/blockchain/storage/storage.go:28
Struct
Config
Config represents the configuration for the consensus algorithm
src/blockchain/consensus/consensus.go:40
Struct
Consensus
Consensus represents a consensus algorithm
src/blockchain/consensus/consensus.go:16
Struct
Database
src/db/db.go:13
Struct
Deployer
Deployer represents a deployer for satellite and node configurations
tools/deploy/deploy.go:15
Struct
Encryption
src/crypto/encryption/encryption.go:12
Struct
Error
Error represents a custom error type
src/lib/errors/errors.go:9
Struct
Gateway
Gateway represents the API gateway for the skybridge network.
src/api/gateway/gateway.go:30
Struct
GroundStation
GroundStation represents a ground station
src/satellite/satellite.go:83
Struct
Hash
src/crypto/hash/hash.go:10
TypeAlias
LogLevel
LogLevel represents the logging level
src/lib/logging/logging.go:19
Struct
Logger
Logger represents a custom logger type
src/lib/logging/logging.go:12
Struct
Network
Network represents a network connection
src/network/network.go:16
Struct
Network
Network represents a network
src/blockchain/network/network.go:23
Struct
Node
Node represents a node in the network
src/api/node/node.go:19
Struct
Node
Node represents a node in a graph
src/node/node.go:12
Struct
NodeMetadata
NodeMetadata represents node metadata
src/api/types/types.go:32
Interface
NodeService
NodeService represents a node service
src/api/node/node.go:141
TypeAlias
NodeStatus
NodeStatus represents a node status
src/api/types/types.go:22
TypeAlias
NodeType
NodeType represents a node type
src/api/types/types.go:12
Struct
Peer
Peer represents a peer in the network
src/blockchain/network/network.go:62
Struct
Peer
Peer represents a peer in the consensus algorithm
src/blockchain/consensus/consensus.go:64
Struct
Satellite
Satellite represents a satellite in orbit
src/satellite/satellite.go:14
Struct
Signature
src/crypto/signature/signature.go:12
Struct
State
State represents the current state of the consensus algorithm
src/blockchain/consensus/consensus.go:52
Struct
Storage
Storage represents a storage system
src/blockchain/storage/storage.go:16
Struct
TLSConfig
TLSConfig represents the TLS configuration
src/blockchain/network/network.go:53
Struct
TestStruct
src/lib/utils/utils_test.go:18
Struct
Tester
Tester represents a tester for satellite and node configurations
tools/test/test.go:13
Struct
Transaction
Transaction represents a transaction in the consensus algorithm
src/blockchain/consensus/consensus.go:82
Struct
Transceiver
Transceiver represents a transceiver
src/satellite/satellite.go:101
Struct
nodeService
src/api/node/node.go:156