Felipe Cavalcanti

Results 135 comments of Felipe Cavalcanti

I'm not sure tbh but I would say 3.6 or 3.7. We must set a standard protobuff version across pitaya projects

no internet connection here either, already tried on both ubuntu and arch, by the time I connect I lose all internet connectivity. exactly same file works on windows though

it did work today! one issue I'm trying to debug is when I have wg connected to warp+ on a Linux machine on my lan, I want to use this...

I've been able to use it for linux and it works fine. What I'm researching is, using this linux machine as a default gateway for other devices in the network,...

did you get warp working on linux? I can't make internet work with the configs generated, the moment I do wg-quick up I lose connectivity

@djrobx did you see the PR that ended up being merged? [this one](https://github.com/moonlight-stream/moonlight-ios/pull/482/files#diff-d1d948b28ba15e047c42b9575dc4ffcb10fbae5ab4320288f51ff068bb6b81ad), it aims to 1 frame buffer as well but with a lot less code. Not sure what...

Closing since this was already merged in #482

The scripts here works great for setting up ULA, however, did anyone get reverse name lookups on the ULA ipv6 addresses working? I'm trying to overcome a "problem" where adguard...

Adding info: It really seems this gw can only handle one session per time. If I use the following: ```gw = tinytuya.Device(gwid,address=addr,local_key=lk,version=3.5,persist=True)``` Executing two instances of my test script, one...

With 2 instances running like this: ``` gw = tinytuya.Device(gwid,address=addr,local_key=lk,version=3.5,persist=False) api = tinytuya.Device(did,cid=dcid,parent=gw) while True: print(api.status()) sleep(1) ``` Most if not all requests will succeed. If I run Three, then...