awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jgilfelt avatar

jgilfelt/chuck

0
View on GitHub↗
4,675 نجوم·453 تفرعات·Java·Apache-2.0·9 مشاهدات

Chuck

Chuck هو مصحح أخطاء شبكة داخل التطبيق ومسجل حركة مرور HTTP لتطبيقات Android. يعترض ويسجل الطلبات الصادرة والاستجابات الواردة لعملاء OkHttp، مما يوفر واجهة لمراقبة نشاط الشبكة وتصحيح تفاعلات API مباشرة على جهاز محمول.

تتيح الأداة فحص حركة مرور الشبكة من خلال فك ضغط gzip للحمولات المضغوطة وأداة بحث لتصفية المعاملات حسب مسارات الطلب أو رموز الاستجابة. يمكن تصدير التفاعلات الملتقطة إلى تطبيقات خارجية باستخدام نية المشاركة (share intent) لنظام Android.

يدير النظام البيانات باستخدام استمرارية SQLite المحلية ويتضمن آليات احتفاظ لاقتطاع أجسام الطلبات الكبيرة جدًا. يتم عرض النشاط في الوقت الفعلي من خلال إشعارات النظام التي توفر رابطًا مباشرًا لواجهة الفحص.

Features

  • Android Application Debugging - Provides an in-app tool for intercepting and inspecting OkHttp network traffic directly on Android devices.
  • Local Database Persistence - Implements local database persistence using SQLite to store captured HTTP interactions for offline review.
  • HTTP Request Inspectors - Provides a tool for capturing and inspecting HTTP requests and responses specifically within Android apps using OkHttp.
  • In-App Traffic Monitoring - Tracks real-time network activity via a dedicated in-app interface and system notifications.
  • Android Network Monitoring - Offers a specialized in-app interface for capturing and analyzing network traffic within Android applications.
  • HTTP Traffic Logging - Logs all incoming and outgoing HTTP requests and responses for diagnostic and debugging purposes.
  • HTTP Traffic Inspection - Provides real-time monitoring and analysis of HTTP request and response bodies for OkHttp clients.
  • Interceptor-Based Loggers - Uses an OkHttp interceptor-based logger to capture and record outgoing requests and incoming responses.
  • Mobile API Troubleshooting Tools - Enables analysis and sharing of captured HTTP requests to identify and fix mobile API connectivity issues.
  • HTTP Traffic Filters - Provides a search utility to isolate specific network transactions by request paths or HTTP response codes.
  • Network Activity Notifications - Ships a system notification that summarizes current HTTP traffic and links directly to the inspector interface.
  • Persistent Notification Entry Points - Provides a persistent system notification that serves as a direct entry point to the network inspection interface.
  • Debugging and Inspection - In-app HTTP inspector for network requests.

سجل النجوم

مخطط تاريخ النجوم لـ jgilfelt/chuckمخطط تاريخ النجوم لـ jgilfelt/chuck

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة jgilfelt/chuck؟

Chuck هو مصحح أخطاء شبكة داخل التطبيق ومسجل حركة مرور HTTP لتطبيقات Android. يعترض ويسجل الطلبات الصادرة والاستجابات الواردة لعملاء OkHttp، مما يوفر واجهة لمراقبة نشاط الشبكة وتصحيح تفاعلات API مباشرة على جهاز محمول.

ما هي الميزات الرئيسية لـ jgilfelt/chuck؟

الميزات الرئيسية لـ jgilfelt/chuck هي: Android Application Debugging, Local Database Persistence, HTTP Request Inspectors, In-App Traffic Monitoring, Android Network Monitoring, HTTP Traffic Logging, HTTP Traffic Inspection, Interceptor-Based Loggers.

ما هي البدائل مفتوحة المصدر لـ jgilfelt/chuck؟

تشمل البدائل مفتوحة المصدر لـ jgilfelt/chuck: chuckerteam/chucker — Chucker is an on-device HTTP inspector for Android applications that captures and records network traffic for the… facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… nisrulz/android-tips-tricks — This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android… exposedev/expose — Expose is a secure tunneling tool that creates public URLs for local development servers, making them accessible from… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… markzhai/androidperformancemonitor — AndroidPerformanceMonitor is a diagnostic library and debugging tool designed to detect UI freezes and monitor main…

بدائل مفتوحة المصدر لـ Chuck

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Chuck.
  • chuckerteam/chuckerالصورة الرمزية لـ ChuckerTeam

    ChuckerTeam/chucker

    4,532عرض على GitHub↗

    Chucker is an on-device HTTP inspector for Android applications that captures and records network traffic for the OkHttp library. It functions as a network interceptor and proxy-like utility, allowing for the analysis of API calls directly within the mobile application environment. The tool provides a local interface for analyzing API interactions, which includes the ability to decode binary response bodies into human-readable text. It also includes security features to mask sensitive information in request and response headers through redaction rules. Captured transactions are managed via a

    Kotlinandroidandroid-libraryandroid-sdk
    عرض على GitHub↗4,532
  • facebook/stethoالصورة الرمزية لـ facebook

    facebook/stetho

    12,672عرض على GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    عرض على GitHub↗12,672
  • nisrulz/android-tips-tricksالصورة الرمزية لـ nisrulz

    nisrulz/android-tips-tricks

    4,748عرض على GitHub↗

    This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android development workflow. It serves as a comprehensive resource for implementing best practices in application building, debugging, and user interface design. The repository covers specialized techniques for build optimization, including methods to reduce binary sizes and accelerate compilation. It also provides detailed references for device debugging, memory leak detection, and the application of Material Design principles. The project further details productivity enhancements fo

    Java
    عرض على GitHub↗4,748
  • exposedev/exposeالصورة الرمزية لـ exposedev

    exposedev/expose

    4,521عرض على GitHub↗

    Expose is a secure tunneling tool that creates public URLs for local development servers, making them accessible from the internet without complex network configuration. It forwards incoming HTTP requests and responses between a public relay server and a local machine, enabling external services to reach a development environment that would otherwise be isolated behind a firewall or VPN. The project distinguishes itself through a comprehensive set of webhook debugging and inspection capabilities. It captures all incoming webhook requests and displays them in a real-time dashboard or command-l

    PHPexposetunnel-servertunneling
    عرض على GitHub↗4,521
عرض جميع البدائل الـ 30 لـ Chuck→