๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ satch โ€บ 5645 captured on 2023-11-04 at 16:23:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-28)

โžก๏ธ Next capture (2023-11-14)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Comment by ๐Ÿ satch

Re: "I've changed a few things in the misfin code: - pass..."

In: s/misfin

@flipperzero lmk when you want me to test again

๐Ÿ satch

2023-09-27 ยท 5 weeks ago

8 Later Comments โ†“

๐Ÿค– BBSman

I was able to send to alexlehm@gemini.lehmann.cx from behind IPv4 NAT w/ port forwarding. And steve@k0stk.ddns.net is listening for messages.

Is there a config option for specifying a bind address? To make misfin work for my configuration I had to edit misfin.py to force a bind to my NIC address rather than the certificate hostname.

2023-09-28 ยท 5 weeks ago

๐Ÿš€ clseibold

@BBSman I just tried to send to your misfin server, and I'm getting a 40 temporary error back.

๐Ÿค– BBSman

Thanks for trying to send to me.

The error that is reported on my end is:

Error during receive - here's what we recovered:

(address elided)

UnboundLocalError local variable 'req' referenced before assignment

Aborting due to exception.

Edit: Should have said I am using the gitlab.com/cipress python client with python v3.7.3 (not v2.7.16 as previously stated) and had to patch letter.py to be able to generate a certificate.

Edit 2: Figured out which python version my misfin client is using.

๐Ÿ˜Ž flipperzero

@gemalaya whats your address? i'll test again, i edited the IP6 field you told me about and its working now.

@satch give the test another go

@BBSman I tried to send you a message but I got this

"Connection to k0stk.ddns.net (port 1958) refused "

๐Ÿค– BBSman

Thats because my listener was down for repairs. It is back up now and I've been able to send to it from an external system.

๐Ÿ satch

@BBSman my message to you worked

@flipperzero mine to you failed errno 111

๐Ÿ˜บ gemalaya

Added a --ipv6 option as well for "misfin send-as", to force ipv6 in case the remote server listens on an ipv6 address.

๐Ÿ˜บ gemalaya

@flipperzero Don't have any public address. Glad it fixed your problem, you can update and use --ipv6 now ...

Original Post

๐ŸŒ’ s/misfin

I've changed a few things in the misfin code: - pass flake8 test - rename the main package from "transponder" to "misfin" - Add a setup.py: "pip install ." will install all the required dependencies - Add a "misfin" command-line program (it uses the "click" module), everything can be done with this command Git repo link below [https link] misfin gitlab repository (cipres)

๐Ÿ’ฌ gemalaya ยท 17 comments ยท 2 likes ยท 2023-09-26 ยท 6 weeks ago