This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT809DotNetty
mirror of
https://github.com/SmallChi/JT809DotNetty.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28
Commits
4
Branches
652 KiB
C#
99.4%
Protocol Buffer
0.6%
Tree:
402a875413
dependabot/nuget/src/JT809.DotNetty.Core/Newtonsoft.Json-13.0.2
dependabot/nuget/src/JT809.DotNetty.Simples/Superior/JT809.GpsConsumer/Newtonsoft.Json-13.0.2
dependabot/nuget/src/JT809.DotNetty.Simples/Superior/JT809.GrpcProtos/Google.Protobuf-3.15.0
master
old
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '402a875413'
${ noResults }
JT809DotNetty
/
src
/
JT809.DotNetty.Simples
/
Superior
/
JT809.PubSub.Abstractions
/
IJT809PubSub.cs
8 lines
123 B
Raw
Blame
History
namespace JT809.PubSub.Abstractions
{
public interface IJT809PubSub
{
string TopicName { get; }
}
}