eSeGeCe Blog

发布说明、深度解析与教程,涵盖 sgcWebSockets、sgcHTML、sgcOpenAPI、sgcSign、sgcBiometrics 和 sgcIndy。

· Components

Delphi 3Commas 客户端 | eSeGeCe 博客

从 sgcWebSockets 4.5.2 起,支持 3Commas API。3Commas 是一个加密货币交易平台,旨在帮助您构建自动化交易机器人。支持的 API:WebSockets API(连接公共 WebSocket 服务器并提供实时市场数据更新)……

· Releases

Telegram 库已更新 | eSeGeCe 博客

sgcWebSockets 的 Telegram 库已更新,提供更多功能和改进。

· Components

Delphi STUN/TURN 服务器和客户端(4/4)| eSeGeCe 博客

从 sgcWebSockets 4.5.2 起,您可以使用 sgcWebSockets 库构建自己的 STUN/TURN 服务器和客户端。STUN 是用于发现公网地址并确定路由器中阻止与对等节点直接连接的限制的协议……

· Components

Delphi RCON 客户端 | eSeGeCe 博客

从 sgcWebSockets 4.5.1 起,支持 RCON 协议。Source RCON 协议是一种基于 TCP/IP 的通信协议,用于 Source 专用服务器,允许通过

· Features

SChannel 密码套件列表与连接信息 | eSeGeCe 博客

从 sgcWebSockets 4.5.1 开始,SChannel 新增了 2 项功能:1. TLSOptions.SChannel_Options 中新增了一个名为 CipherList 的属性,您可以在其中设置将使用哪些加密套件。2. ……

· Releases

sgcWebSockets 4.5.0 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.5.0:[+] : New Component TsgcSTUNServer, implements the STUN Server Protocol providing a service to discover th...

· Applications

Coinbase Pro 下单 - 交易栏 | eSeGeCe 博客

在此处输入您的文本……Trade Bar:您可以使用 Coinbase Pro 的 TradeBar 以简便的方式下单。使用最常用的订单配置订单按钮,并借助我们稳定、快速的组件连接到……

· Features

获取 Telegram 成员 | eSeGeCe 博客

了解如何使用 sgcWebSockets Telegram 客户端获取群组成员列表。

· Applications

Binance 下单 - 交易栏 | eSeGeCe 博客

Trade Bar:您可以使用 Binance 的 TradeBar 以简便的方式下单。使用最常用的订单配置订单按钮,并借助我们稳定、快速的组件连接到……

· Components

Delphi FTX API 客户端 | eSeGeCe 博客

从 sgcWebSockets 4.5.0 起,支持 FTX API。支持的 API:WebSockets API(连接公共 WebSocket 服务器并提供实时市场数据更新);REST API(提供账户和订单管理以及公共市场数据的端点)……

· Features

TCP 连接的 TIME_WAIT 状态 | eSeGeCe 博客

了解 TCP TIME_WAIT 状态、原因及如何在 Delphi WebSocket 应用程序中处理它。

· Components

Delphi STUN 服务器和客户端 | eSeGeCe 博客

STUN(NAT 会话穿越实用工具)是一种用于 IP 网络实时音视频的 IETF 协议,是一种服务器-客户端协议,STUN 服务器通常在 UDP 和 TCP 上运行并监听 3478 端口……

· Releases

sgcWebSockets 4.4.9 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.9:[+] : New property "HttpUploadFiles" in HTTP Servers (TsgcWebSocketHTTPServer and TsgcWebSocketServer_HTTP...

· Features

Apple Push Notifications - 基于证书的 APNs 连接(第 4/4 部分)| eSeGeCe 博客

在关于 Apple Push Notifications 的最新博文中,我将介绍如何使用证书向 Apple 推送服务器进行身份验证……

· Features

Apple Push Notifications - 基于 Token 的 APNs 连接(第 3/4 部分)| eSeGeCe 博客

本文介绍如何配置 sgcWebSockets JWT 客户端向 APNs 发送经身份验证的 HTTP/2 请求……

· Features

Apple Push Notifications - 发送 HTTP/2 通知(第 2/4 部分)| eSeGeCe 博客

本文介绍如何使用 sgcWebSockets HTTP/2 客户端向 APNs 发送推送通知……

· Features

Apple Push Notifications - 注册您的应用(第 1/4 部分)| eSeGeCe 博客

sgcWebSockets 库支持 HTTP/2 协议,以下文章将介绍如何使用 sgcWebSockets 发送 Apple 推送通知……

· Features

OAuth2 客户端凭证 | eSeGeCe 博客

在 Delphi 中实现 OAuth2 客户端凭证流程

· Features

HTTP POST 大文件 | eSeGeCe 博客

如何使用 sgcWebSockets 通过 HTTP POST 上传大文件

· Releases

openSSL 1.1.1k | eSeGeCe 博客

最新 openSSL 库已编译更新,适用于持有有效许可证的 sgcWebSockets 用户...

· Releases

sgcWebSockets 4.4.8 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.8:[+] : New Component TsgcHTTP_JWT_Client, allows to encode and sign JWT Tokens as Authentication Bearers in...

· Components

JWT Delphi 服务器 | eSeGeCe 博客

在 Delphi 中搭建 JWT 服务器

· Components

JWT Delphi 客户端 | eSeGeCe 博客

在 Delphi 中实现 JWT 客户端身份验证

· Components

WebSocket 在 .NET 中发送文件 | eSeGeCe 博客

了解如何使用 sgcWebSockets .NET 库通过 WebSocket 发送文件。