Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Ultz/JFP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Feint Protocol

The JSON Feint Protocol (JFP) is a TCP application-layer protocol designed in-house by Ultz, which aims to act as a simple, extensible solution for just about anything you need. JFP includes a system for sorting payloads by payload type and ID, making it easy to implement command systems (as seen in the Ultz Online GCM) or multiplexing systems. Version 2 of this package supports JFP/1.0, JFP/1.1, and JFP/N.

Contributing

JFP uses and encourages Early Pull Requests. Please don't wait until you're done to open a PR!

  1. Install Git and the .NET Core SDK
  2. Fork JFP
  3. Create a branch on your fork.
  4. Add an empty commit to start your work off (and let you open a PR): git commit --allow-empty -m "start of [thing you're working on]"
  5. Open a draft pull request with [WIP] in the title. Do this before you actually start working.
  6. Make your commits in small, incremental steps with clear descriptions.
  7. Tag a maintainer when you're done and ask for a review!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages