<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<div dir="ltr">
<div>
<meta content="text/html; charset=Windows-1252" data-ogsc="" style="">
</div>
<div data-ogsc="" style="">
<div>
<div>
<div style="direction:ltr">If you could invite me, I'd appreciate it.  </div>
<div><br>
</div>
<div style="direction:ltr">You can use this email address or my github username is telackey.</div>
<div><br>
</div>
<div style="direction:ltr">Did you ever track down the BRMH history?  I have some minor fixes for compiling on IRIX.
</div>
</div>
<div><br>
</div>
<div dir="ltr">Cheers,</div>
<div dir="ltr"><br>
</div>
<div class="ms-outlook-ios-signature">
<div style="direction:ltr">-- </div>
<div style="direction:ltr">Thomas E Lackey</div>
</div>
</div>
<div> </div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif"><b>From:</b> netrek-dev <netrek-dev-bounces@us.netrek.org> on behalf of James Cameron <quozl@laptop.org><br>
<b>Sent:</b> Wednesday, July 1, 2020 2:25 AM<br>
<b>To:</b> Darrell Root<br>
<b>Cc:</b> Netrek Development Mailing List<br>
<b>Subject:</b> Re: [netrek-dev] github.com/netrek
<div> </div>
</font></div>
I've invited you as a member.<br>
<br>
Once you have accepted the invitation, you may use GitHub to fork your<br>
two repositories to the netrek org. You then take on responsibility<br>
to keep those forks up to date, e.g. on each release.<br>
<br>
There's probably also a way on GitHub to create a repository that<br>
mirrors your own, but I've not figured that out yet.<br>
<br>
By having your two repos forked on netrek org, people can find them<br>
more easily.<br>
<br>
I'd say it's your call whether SwiftNetrek should be forked as well;<br>
we have a lot of historical repositories, so no reason not to have<br>
another.<br>
<br>
On Tue, Jun 30, 2020 at 11:43:01PM -0700, Darrell Root wrote:<br>
> <br>
> I’d be happy to “join” as a contributor, but am not sure how to send a “join”<br>
> request to the org. My github username is darrellroot<br>
> <br>
> [1]https://github.com/darrellroot/Netrek-SwiftUI is my repository for the<br>
> MacOS/iOS/iPadOS client currently distributed (for free) in the MacOS App<br>
> Store. It’s open source under the MIT license. This is actively maintained.<br>
> <br>
> [2]https://github.com/darrellroot/SwiftNetrek is an old repository with the no<br>
> longer maintained SpriteKit version of the MacOS client. Your call whether<br>
> that is worth forking to the repository. It is also open source under the MIT<br>
> license.<br>
> <br>
> As long as I’m spamming the group, I can’t resist a sneak preview of my current<br>
> project:<br>
> <br>
> % sudo tcpdump port 2592 -vv -X<br>
> <br>
> (showing packet #4, after the tcp handshake)<br>
> <br>
> 23:23:44.750362 IP6 (flowlabel 0xf2dfa, hlim 64, next-header TCP (6) payload<br>
> length: 40) 2601:647:4802:1620:f90e:fafa:5906:114e.62508 ><br>
> 2601:647:4802:1620:186d:f10a:3fb7:cb8.netrek: Flags [P.], cksum 0xc948<br>
> (incorrect -> 0xa176), seq 1:9, ack 1, win 2052, options [nop,nop,TS val<br>
> 496760046 ecr 846968271], length 8<br>
> 0x0000: 3c22 fb28 3a6d 685b 3589 0a04 86dd 600f <".(:mh[5.....`.<br>
> 0x0010: 2dfa 0028 0640 2601 0647 4802 1620 f90e -..(.@&..GH.....<br>
> 0x0020: fafa 5906 114e 2601 0647 4802 1620 186d ..Y..N&..GH....m<br>
> 0x0030: f10a 3fb7 0cb8 f42c 0a20 06e8 5cae 876b ..?....,....\..k<br>
> 0x0040: 7ad0 8018 0804 c948 0000 0101 080a 1d9b z......H........<br>
> 0x0050: f4ee 327b b5cf 1b04 0a00 0000 8020 ..2{..........<br>
> <br>
> struct socket_cpacket { /* CP_SOCKET py-struct "!bbbxI" #27 */<br>
> char type;<br>
> char version;<br>
> char udp_version; /* was pad2 */<br>
> char pad3;<br>
> u_int socket;<br>
> };<br>
> <br>
> Yes, that is a Netrek CP_SOCKET packet, inside an IPv6 TCP segment!<br>
> <br>
> Hopefully I’ll have an update in a couple weeks.<br>
> <br>
> Darrell<br>
> <br>
> On Jun 30, 2020, at 10:04 PM, Dave Ahn <[3]ahn@netrek.org> wrote:<br>
> <br>
> We have decided to move all of our Netrek source code and other<br>
> repositories to [4]github.com/netrek. The Netrek community started using<br>
> shared SCCS at the end of the 90's, and most of the primary repositories<br>
> with over 20 years of history have been imported into github.<br>
> <br>
> If you are an active developer or maintainer of Netrek software, we invite<br>
> you to join [5]github.com/netrek as a contributor and associate your<br>
> projects with the Netrek org. If you have disassociated or duplicate<br>
> repositories, we invite you to work with us to reassociate them to [6]<br>
> github.com/netrek in order to preserve the original histories.<br>
> <br>
> _______________________________________________<br>
> netrek-dev mailing list<br>
> [7]netrek-dev@us.netrek.org<br>
> http://mailman.us.netrek.org/mailman/listinfo/netrek-dev<br>
> <br>
> References:<br>
> <br>
> [1] https://github.com/darrellroot/Netrek-SwiftUI<br>
> [2] https://github.com/darrellroot/SwiftNetrek<br>
> [3] mailto:ahn@netrek.org<br>
> [4] http://github.com/netrek<br>
> [5] http://github.com/netrek<br>
> [6] http://github.com/netrek<br>
> [7] mailto:netrek-dev@us.netrek.org<br>
<br>
> _______________________________________________<br>
> netrek-dev mailing list<br>
> netrek-dev@us.netrek.org<br>
> http://mailman.us.netrek.org/mailman/listinfo/netrek-dev<br>
<br>
<br>
-- <br>
James Cameron<br>
http://quozl.netrek.org/<br>
_______________________________________________<br>
netrek-dev mailing list<br>
netrek-dev@us.netrek.org<br>
http://mailman.us.netrek.org/mailman/listinfo/netrek-dev<br>
</div>
</div>
</body>
</html>