direct-connect / go-dc

Direct Connect library for Go (NMDC and ADC protocols)
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

nmdc: add ADCGET, ADCSND, Direction, MaxedOut #27

Closed aler9 closed 5 years ago

aler9 commented 5 years ago

This patch adds all the file-related messages, documented in the reference paper: http://nmdc.sourceforge.net/NMDC.html#_adcget http://nmdc.sourceforge.net/NMDC.html#_adcsnd ... and so on

tests are provided as well

aler9 commented 5 years ago

i renamed the messages and fixed unit tests