chrisballinger / ProxyKit

SOCKS proxy server and socket client built upon GCDAsyncSocket.
MIT License
222 stars 59 forks source link

Is this project active? Link down. #22

Open JJTech0130 opened 2 years ago

JJTech0130 commented 2 years ago

I saw that your demo app using ProxyKit was archived. Is this project still active? Also the CocoaDocs link is down.

chrisballinger commented 2 years ago

Not very active, sorry!

On Tue, May 3, 2022 at 11:55 AM JJTech @.***> wrote:

I saw that your demo app using ProxyKit was archived. Is this project still active? Also the CocoaDocs link is down.

— Reply to this email directly, view it on GitHub https://github.com/chrisballinger/ProxyKit/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD6UHZUCS3CO4GXPYXOC4DVIFZC7ANCNFSM5U7YTOJQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JJTech0130 commented 2 years ago

I've created a "spiritual successor" of this project, written in Swift and using SwiftNIO. It's a WIP and not very good, as I'm new to swift, but I couldn't get this library to work and I don't understand Objective-C well enough to debug it. It's mostly just a learning experience, so I wouldn't depend on it being maintained for very long 😄.

EDIT: Forgot it link to it lol. https://github.com/JJTech0130/ProxyKit2

chrisballinger commented 2 years ago

@JJTech0130 Nice work! Keep at it!