Skip to content
View benj-c's full-sized avatar

Block or report benj-c

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gps-tracking-server gps-tracking-server Public

    Java and MongoDB based GPS object tracking server (TCP). Supports for TK103 protocol.

    Java 20 14

  2. Netty TCP client Netty TCP client
    1
    import io.netty.bootstrap.Bootstrap;
    2
    import io.netty.buffer.Unpooled;
    3
    import io.netty.channel.ChannelFuture;
    4
    import io.netty.channel.ChannelHandlerContext;
    5
    import io.netty.channel.ChannelInitializer;