Sunday, October 22, 2017

Editor for Protocol Buffer Binary files

Open File ScreenStandard Tree Edit screenMessage Edit ScreenTable EditSearch for Proto file that matches a binary messageProtocol Buffer Definition in the Editor

Description

This project provides an editor for Protocol Buffers Binary format (using a Proto schema).

This project is built on top of the RecordEditor

No comments:

AI self decisition control human factor ( code)

 import random import time # SIMULAÇÃO DE API: Conexões simuladas do sistema class ServidorAPI:     def __init__(self):         self.espaco_...