jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

src missing from master? #155

Closed wfgilman closed 2 years ago

wfgilman commented 2 years ago

I was hoping to look through the source code of etorrent but the app/etorrent directory is missing from the master branch. There doesn't seem to be any .erl files in the repo. Curious if they were removed intentionally?

arcusfelis commented 2 years ago

Source is in https://github.com/jlouis/etorrent_core

wfgilman commented 2 years ago

Ah, thank you!

jlouis commented 2 years ago

It's a remnant from old times where Rebar 2 enjoyed this structure a bit more. In a Rebar3 environment, you wouldn't do this anymore, but I haven't really updated this code for ages, so I'm not sure it even compiles and works.

On Thu, Mar 3, 2022 at 2:53 PM wfgilman @.***> wrote:

Closed #155 https://github.com/jlouis/etorrent/issues/155.

— Reply to this email directly, view it on GitHub https://github.com/jlouis/etorrent/issues/155#event-6178282062, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABMH75FEHSTZQCX5HWBFDU6C77HANCNFSM5PZPQHLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- J.

wfgilman commented 2 years ago

Helpful context! I came across an erlang-solutions presentation of yours from 2012 about building a p2p bittorrent client in Erlang and was interested in seeing the implementation code.