awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesProtocol Simulation

Crafting network requests to mimic specific application traffic for automation or testing.

Distinct from Request Simulators: None of the candidates cover the act of mimicking an official app's protocol for game state updates.

Explore 3 awesome GitHub repositories matching networking & communication · Protocol Simulation. Refine with filters or upvote what's useful.

Awesome Protocol Simulation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rytilahti/python-miioAvatar de rytilahti

    rytilahti/python-miio

    4,246Voir sur GitHub↗

    python-miio est une bibliothèque Python et une implémentation de pilote matériel du protocole Miio, conçue pour contrôler et gérer les appareils intelligents Xiaomi. Elle fournit les interfaces logicielles nécessaires pour traduire les commandes de haut niveau en paquets réseau pour la communication avec les appareils. Le projet inclut un simulateur de périphérique réseau spécialisé pour émuler les réponses matérielles afin de tester les implémentations de protocole sans appareils physiques. Il dispose également d'une interface en ligne de commande pour envoyer des commandes, interroger le statut de l'appareil et effectuer la récupération de jetons pour une authentification sécurisée. Les domaines de capacités couvrent la découverte réseau IoT pour identifier les modèles d'appareils et les adresses IP, ainsi que l'analyse de protocole via l'analyse de captures de paquets réseau. La bibliothèque prend en charge l'introspection des fonctionnalités de l'appareil pour récupérer des métadonnées concernant les capteurs disponibles et les paramètres configurables.

    Runs local simulators for communication protocols to test code without requiring physical hardware.

    Pythonhome-assistanthome-automationmiio
    Voir sur GitHub↗4,246
  • pokemongof/pokemongo-botAvatar de PokemonGoF

    PokemonGoF/PokemonGo-Bot

    3,909Voir sur GitHub↗

    PokemonGo-Bot is a programmable automation tool designed to manage Pokémon GO gameplay. It functions as an automated game bot and interaction framework that handles creature capture, item collection, and inventory management through a rule-based system. The project features a remote controller interface that allows users to trigger game actions and receive real-time event reports via a messaging bridge, specifically integrating with Telegram. It employs coordinate-based navigation and human movement simulation to traverse the game world and locate specific entities. The software covers broad

    Sends crafted HTTP requests to mimic official mobile application network traffic for game state updates.

    Pythonautomationbotdocker
    Voir sur GitHub↗3,909
  • thinkst/opencanaryAvatar de thinkst

    thinkst/opencanary

    2,776Voir sur GitHub↗

    OpenCanary is a network service simulator and honeypot designed for network intrusion detection. It functions as a security decoy that creates fake server personalities and open ports to identify unauthorized users scanning a private network. The system uses deception technology to mimic various server protocols, luring attackers into revealing their presence and activity. When a simulated service is accessed, it acts as an intrusion alerting gateway, transmitting notifications via email or webhooks. The project covers internal network monitoring and intrusion source tracking to identify the

    Allows the definition of specific network protocols and ports to simulate for the purpose of identifying intruders.

    Python
    Voir sur GitHub↗2,776
  1. Home
  2. Networking & Communication
  3. Protocol Simulation

Explorer les sous-tags

  • Deceptive Protocol ConfigurationsDefinitions of network protocols and ports used to simulate specific server personas for intrusion detection. **Distinct from Protocol Simulation:** Distinct from general protocol simulation by focusing on the configuration of lures rather than traffic automation.