Tag

TLV

1 views collected around this technical thread.

Architects' Tech Alliance
Architects' Tech Alliance
Sep 18, 2021 · Fundamentals

Understanding Power over Ethernet (PoE): Principles, Standards, and Implementation

Power over Ethernet (PoE) enables simultaneous data transmission and DC power delivery over Ethernet cables, detailing its necessity, operation modes, negotiation processes, IEEE standards (802.3af/at/bt), TLV structures, and the types of devices that can act as power sources or powered endpoints.

IEEE 802.3afLLDPNetworking
0 likes · 10 min read
Understanding Power over Ethernet (PoE): Principles, Standards, and Implementation
360 Tech Engineering
360 Tech Engineering
Aug 15, 2019 · Backend Development

Building a Simple RPC Framework in Go

This article walks through building a simple RPC framework in Go using about 300 lines of code, covering RPC fundamentals, TLV network data format, serialization, transport layer, server and client implementations, and a complete example to help readers understand RPC concepts.

GoNetwork ProgrammingRPC
0 likes · 11 min read
Building a Simple RPC Framework in Go
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 15, 2019 · Backend Development

Build a Simple Go RPC Framework in 300 Lines – Learn the Basics

This article walks through creating a lightweight RPC framework in Go, covering the definition of RPC, TLV data encoding, gob serialization, transport handling, server and client implementation, and a complete test example to illustrate core remote‑call concepts.

GoNetwork ProgrammingRPC
0 likes · 11 min read
Build a Simple Go RPC Framework in 300 Lines – Learn the Basics