Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoT-Technology/IoT-Technical-Guide
/ types & classes
Types & classes
299 in github.com/IoT-Technology/IoT-Technical-Guide
⨍
Functions
727
◇
Types & classes
299
Class
IOT-Guide-RealTime-Fontend/src/app/app.component.ts:11
Class
IOT-Guide-RealTime-Fontend/src/app/app.module.ts:18
Class
IOT-Guide-RealTime-Fontend/e2e/app.po.ts:3
Class
AbstractActor
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/AbstractActor.java:9
Class
AbstractQuotaService
@author james mu @date 2019/8/12 上午9:16
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/AbstractQuotaService.java:14
Interface
Actor
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/Actor.java:9
Interface
ActorCreator
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/ActorCreator.java:9
Interface
ActorCtx
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorCtx.java:14
Class
ActorException
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/exception/ActorException.java:6
Class
ActorExecutors
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/common/ActorExecutors.java:9
Class
ActorForkJoinWorkerThreadFactory
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/common/ActorForkJoinWorkerThreadFactory.java:13
Interface
ActorId
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/message/ActorId.java:6
Class
ActorMailbox
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorMailbox.java:23
Interface
ActorMsg
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/message/ActorMsg.java:8
Class
ActorNotRegisteredException
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/exception/ActorNotRegisteredException.java:9
Interface
ActorRef
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorRef.java:9
Interface
ActorService
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/service/ActorService.java:6
Enum
ActorStopReason
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/core/ActorStopReason.java:6
Interface
ActorSystem
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/ActorSystem.java:15
Class
ActorSystemContext
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/service/ActorSystemContext.java:11
Class
ActorSystemSettings
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/common/ActorSystemSettings.java:8
Class
ActorSystemTest
@author mushuwei
IOT-Guide-Actor/src/test/java/iot/technology/actor/ActorSystemTest.java:29
Class
ActorTestCtx
@author mushuwei
IOT-Guide-Actor/src/test/java/iot/technology/actor/ActorTestCtx.java:13
Class
ActorThreadFactory
Copy of Executors.DefaultThreadFactory but with ability to set name of the pool @author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/common/ActorThreadFactory.java:11
Class
AdaptorException
IOT-Guide-TSL/src/main/java/iot/technology/tsl/adaptor/AdaptorException.java:18
Class
Aes128Encryption
@author james mu @date 2020/7/27 14:13
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/encryption/impl/Aes128Encryption.java:23
Class
AndroidPhone
@author jamesmsw @date 2021/1/26 10:16 上午
IOT-Guide-RuleEngine-Introduce/src/main/java/iot/technology/ruleengine/introduce/actions/AndroidPhone.java:11
Class
AnotherResource
@author james mu @date 2020/5/9 09:35
IOT-Guide-Coap/src/main/java/iot/technology/coap/AnotherResource.java:10
Class
AppComponent
IOT-Guide-RealTime-Fontend/src/app/app.component.ts:11
Class
AppModule
IOT-Guide-RealTime-Fontend/src/app/app.module.ts:18
Class
AppPage
IOT-Guide-RealTime-Fontend/e2e/app.po.ts:3
Class
Application
IOT-Guide-RealTime-Backend/src/main/java/iot/technology/realtime/Application.java:6
Class
AreaCalculationController
@author mushuwei
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/controller/AreaCalculationController.java:16
Class
AreaVO
@author mushuwei
IOT-Guide-RateLimiting/src/main/java/iot/technology/ratelimiting/vo/AreaVO.java:9
Interface
AttributeKvEntry
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/AttributeKvEntry.java:8
Interface
Attributes
@author james mu @date 2020/8/10 15:29
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/attribute/Attributes.java:10
Interface
AttributesUpdateRequest
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/AttributesUpdateRequest.java:13
Class
AuthHandler
@author james mu @date 2020/8/10 15:39
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/AuthHandler.java:12
Class
AuthenticationController
@author james mu @date 2020/9/29 16:06
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/controller/AuthenticationController.java:29
Class
AuthenticationRequest
@author james mu @date 2020/9/28 18:27
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/AuthenticationRequest.java:7
Class
AuthenticationResponse
@author james mu @date 2020/9/28 18:27
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/AuthenticationResponse.java:7
Class
AuthorizationServerApplication
@author james mu @date 2020/10/21 14:16
IOT-Guide-OAuth2.0-Authorization Server/src/main/java/iot/technology/oauth2/authorization/AuthorizationServerApplication.java:10
Class
BACnetUtil
IOT-Guide-Bacnet/src/main/java/iot/technology/bacnet/util/BACnetUtil.java:8
Class
BacnetYabeReadTest
IOT-Guide-Bacnet/src/main/java/iot/technology/bacnet/BacnetYabeReadTest.java:21
Class
BacnetYabeWriteTest
IOT-Guide-Bacnet/src/main/java/iot/technology/bacnet/BacnetYabeWriteTest.java:18
Class
BaseAttributeKvEntry
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BaseAttributeKvEntry.java:10
Class
BasicAttributesUpdateRequest
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicAttributesUpdateRequest.java:15
Class
BasicKvEntry
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BasicKvEntry.java:11
Class
BasicRequest
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicRequest.java:9
Class
BasicTelemetryUploadRequest
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/core/BasicTelemetryUploadRequest.java:16
Class
BasicTsKvEntry
@author jamesmsw @date 2020/11/15 2:30 下午
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BasicTsKvEntry.java:10
Class
BooleanDataEntry
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/BooleanDataEntry.java:11
Class
ClientHandler
@author james mu @date 2020/7/10 09:32
IOT-Guide-Gateway-OPC(UA)/src/main/java/iot/technology/gateway/opcua/client/ClientHandler.java:28
Class
ClientRunner
@author james mu @date 2020/7/9 23:25
IOT-Guide-Gateway-OPC(UA)/src/main/java/iot/technology/gateway/opcua/client/ClientRunner.java:27
Class
Clock
@author james mu @date 2019/8/9 下午4:59
IOT-Guide-HTTP/src/main/java/iot/technology/http/quota/Clock.java:7
Interface
Command
@author james mu @date 2020/7/31 15:27
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/protocol/command/Command.java:7
Interface
ConsoleCommand
@author james mu @date 2020/8/10 17:33
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/console/ConsoleCommand.java:11
Class
ConsoleCommandManager
@author james mu @date 2020/8/10 18:12
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/console/ConsoleCommandManager.java:14
Class
Consumer
@author james mu @date 2020/8/31 11:23
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/Consumer.java:15
Class
ContextAwareActor
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/service/ContextAwareActor.java:13
Class
CustomJwtAuthenticationFilter
@author james mu @date 2020/9/29 15:58
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/CustomJwtAuthenticationFilter.java:24
Class
CustomProtocolClient
@author james mu @date 2020/8/10 17:07
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/client/CustomProtocolClient.java:31
Class
CustomProtocolHandler
@author james mu @date 2020/5/26 23:01
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/CustomProtocolHandler.java:13
Class
CustomProtocolHandler
@author james mu @date 2020/8/10 15:00
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/handler/CustomProtocolHandler.java:18
Class
CustomProtocolInitializer
@author james mu @date 2020/5/26 23:12
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/CustomProtocolInitializer.java:11
Class
CustomProtocolServer
@author james mu @date 2020/5/26 22:56
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/server/CustomProtocolServer.java:23
Class
CustomUserDetailsService
@author james mu @date 2020/9/29 15:41
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/config/CustomUserDetailsService.java:23
Class
Customer
IOT-Guide-DB/src/main/java/iot/technology/dao/customer/Customer.java:7
Interface
CustomerDao
IOT-Guide-DB/src/main/java/iot/technology/dao/customer/CustomerDao.java:3
Class
CustomerEntity
IOT-Guide-DB/src/main/java/iot/technology/dao/model/CustomerEntity.java:9
Interface
CustomerService
IOT-Guide-DB/src/main/java/iot/technology/dao/customer/CustomerService.java:3
Class
CustomerServiceImpl
IOT-Guide-DB/src/main/java/iot/technology/dao/customer/CustomerServiceImpl.java:3
Interface
Dao
IOT-Guide-DB/src/main/java/iot/technology/dao/Dao.java:8
Class
DaoUser
@author james mu @date 2020/9/9 23:03
IOT-Guide-JWT-JPA/src/main/java/iot/technology/jwt/mysql/model/DaoUser.java:11
Class
DaoUser
@author james mu @date 2020/9/28 18:25
IOT-Guide-JWT-Refresh/src/main/java/iot/technology/jwt/refresh/dao/DaoUser.java:9
Enum
DataType
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/DataType.java:8
Class
DefaultActorService
@author mushuwei
IOT-Guide-RuleEngine-ThingsBoard/src/main/java/iot/technology/thingsboard/ruleengine/service/DefaultActorService.java:14
Class
DefaultActorSystem
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/DefaultActorSystem.java:28
Class
DefaultQueueMsg
@author james mu @date 2020/7/27 21:59
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/msg/DefaultQueueMsg.java:9
Class
DefaultQueueMsgHeaders
@author james mu @date 2020/7/27 21:57
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/msg/DefaultQueueMsgHeaders.java:10
Class
DefaultTransportService
@author jamesmsw @date 2021/2/19 9:24 上午
IOT-Guide-MQTT/src/main/java/iot/technology/mqtt/storage/DefaultTransportService.java:17
Class
Device
@author jamesmsw @date 2020/11/15 6:26 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/model/Device.java:12
Class
Device
IOT-Guide-DB/src/main/java/iot/technology/dao/device/Device.java:7
Class
DeviceApiController
@Author: 穆书伟 @Date: 19-4-2 下午3:46 @Version 1.0
IOT-Guide-HTTP/src/main/java/iot/technology/http/controller/DeviceApiController.java:26
Class
DeviceController
@author jamesmsw @date 2020/11/15 8:37 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/controller/DeviceController.java:26
Interface
DeviceDao
@author jamesmsw @date 2020/11/15 6:07 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/dao/DeviceDao.java:11
Interface
DeviceDao
IOT-Guide-DB/src/main/java/iot/technology/dao/device/DeviceDao.java:3
Class
DeviceEntity
@author jamesmsw @description 设备表 @date 2020/11/15 3:58 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/dao/entity/DeviceEntity.java:13
Class
DeviceEntity
IOT-Guide-DB/src/main/java/iot/technology/dao/model/DeviceEntity.java:9
Class
DeviceMapper
@author jamesmsw @date 2020/11/15 8:05 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/model/mapping/DeviceMapper.java:12
Interface
DeviceService
@author jamesmsw @date 2020/11/15 6:19 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/service/DeviceService.java:9
Interface
DeviceService
IOT-Guide-DB/src/main/java/iot/technology/dao/device/DeviceService.java:3
Class
DeviceServiceImpl
@author jamesmsw @date 2020/11/15 7:43 下午
IOT-Guide-DB-PostgreSQL/src/main/java/iot/technology/postgresql/service/impl/DeviceServiceImpl.java:16
Class
DeviceServiceImpl
IOT-Guide-DB/src/main/java/iot/technology/dao/device/DeviceServiceImpl.java:3
Class
Dispatcher
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/common/Dispatcher.java:10
Class
DockerServer
@author james mu @date 2020/5/20 16:47
IOT-Guide-Docker/src/main/java/iot/technology/docker/DockerServer.java:7
Class
DoubleDataEntry
@Author: 穆书伟 @Date: 19-4-2 @Version 1.0
IOT-Guide-TSL/src/main/java/iot/technology/tsl/data/kv/DoubleDataEntry.java:11
Interface
Encryption
@author james mu @date 2020/7/27 14:07
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/encryption/Encryption.java:9
Interface
EncryptionAlgorithm
@author james mu @date 2020/7/27 13:48
IOT-Guide-Custom-Protocol/src/main/java/iot/technology/custom/encryption/EncryptionAlgorithm.java:7
Class
EntityActorId
@author mushuwei
IOT-Guide-Actor/src/main/java/iot/technology/actor/message/EntityActorId.java:8
next →
1–100 of 299, ranked by callers