go-hep / hep

hep is the mono repository holding all of go-hep.org/x/hep packages and tools
https://go-hep.org
BSD 3-Clause "New" or "Revised" License
230 stars 35 forks source link

xrootd: implement xrootd protocol #170

Open sbinet opened 6 years ago

sbinet commented 6 years ago

Specs:

Status

sbinet commented 6 years ago

@EgorMatirov this could be broken up into smaller pieces to swallow :) (e.g. the req/rep implementation for everything that pertains to "login" in "readonly", then those that need some basic authentication and basic permissions, etc...)

sbinet commented 6 years ago

@EgorMatirov the branch xrootd is just a first stab, giving an overview of what I think would be a good layout. open to discussion, of course.