Acquiring a Domestic Open Source Logic Analyzer

Acquiring a Domestic Open Source Logic Analyzer

Recently, I acquired a domestic open-source logic analyzer: the PX Logic logic analyzer produced by Octopus.This logic analyzer focuses on high-speed acquisition, with the following performance specifications:• Maximum 32-channel logic analyzer• In buffer mode, supports up to 8 channels at 1G, total bandwidth 8G, storage depth 4Gbits• Under USB3.0 stream mode, supports up to 2 … Read more

Analysis of AI Agent Bus Gateway Implementation – Part 1

Analysis of AI Agent Bus Gateway Implementation - Part 1

Figure: The external connections of the agentgateway proxy Agent, including MCP server, AI Agent, and OpenAPI(source: https://agentgateway.dev/docs/about/architecture/) Overview This article analyzes the source code of agentgateway[1] to gain an initial understanding of the main initialization process. It aims to provide some general guidance for readers who wish to delve deeper into the implementation of agentgateway. … Read more