Ray Quinn wrote to All <=-
I am not a programmer. I am looking for a simple bash script to allow
me to type in an FTN address, filename(s), and a connect flavo(u)r that generates a proper NNNNnnnn.REQ file for binkd. I realize that it is
not that difficult to create the files necessary manually, using a programmers calculator (Windows 10 has one) to find the HEX address. I would like to have the script convert from decimal to hexadecimal.
Ray Quinn wrote to All on 04-27-17 21:08 <=-
Hello all!
I am not a programmer. I am looking for a simple bash script to allow
me to type in an FTN address, filename(s), and a connect flavo(u)r that generates a proper NNNNnnnn.REQ file for binkd. I realize that it is
not that difficult to create the files necessary manually, using a programmers calculator (Windows 10 has one) to find the HEX address. I would like to have the script convert from decimal to hexadecimal.
For example:
Address: 12:345/678
File: nodelist
Flavor: n (normal)
Generating /mail/out/fido.00c/015902a6.flo
Generating /mail/out/fido.00c/015902a6.req
Any programmers up for the task? It doesn't have to be fancy, use
colors, etc. It could even use java. Deuce, echicken, DM...
Bill McGarrity wrote to Ray Quinn <=-
If I'm not mistaken, FrontDoor has this option already. I have a
It looks like it strips all the leading 0's so you'd have to make some changes so it give you the last four characters.
Vk3jed wrote to Ray Quinn <=-
Ray Quinn wrote to All <=-
I am not a programmer. I am looking for a simple bash script to allow
me to type in an FTN address, filename(s), and a connect flavo(u)r that generates a proper NNNNnnnn.REQ file for binkd. I realize that it is
not that difficult to create the files necessary manually, using a programmers calculator (Windows 10 has one) to find the HEX address. I would like to have the script convert from decimal to hexadecimal.
I contemplated that a while back, but never got around to writing it. Might be a good project to do as I relearn Pascal. :)
Ray Quinn wrote to Bill McGarrity on 04-28-17 17:21 <=-
Bill McGarrity wrote to Ray Quinn <=-
If I'm not mistaken, FrontDoor has this option already. I have a
I used FrontDoor during the 1990's and was very familiar with it. It
does, in fact, do file requests as does, Intermail, D'Bridge, and
others. However, these programs are DOS (I could run DOSEMU or DOSBOX), and, I believe, are also Arcmail Attach mailers, not BSO. A long time ago, I treid Portal of Power but abandoned it as I wasn't familiar with the BSO style outbound. I just downloaded it and it does BSO as well as file requests. I would have to use DOSBOX to set it up and run the
mailer, but I would rather have a down and dirty quick program, script, etc., to load up.
To use BASH or or another shell script would limit it's use by Windows
and DOS users. It would be nice if it was included with BINKD. For example:
binkd -R 12:345/678 filename /path/to/binkd.conf
It looks like it strips all the leading 0's so you'd have to make some changes so it give you the last four characters.
For me, it would be easier to create a BASH script and I am no
programmer, except for some very basic scripts. D'Bridge has DBUTIL
QNAME [address] but it puts it is a different format.
1:214/22 translates to 00105Y.00M
Thanks for the suggestion. It got me thinking about other programs I
have used.
Hello all!to
I am not a programmer. I am looking for a simple bash script to allow me
type in an FTN address, filename(s), and a connect flavo(u)r thatgenerates
a proper NNNNnnnn.REQ file for binkd. I realize that it is not that
difficult to create the files necessary manually, using a
programmers calculator (Windows 10 has one) to find the HEX address. I would like to have the script convert from decimal to hexadecimal.
For example:
Address: 12:345/678
File: nodelist
Flavor: n (normal)
Generating /mail/out/fido.00c/015902a6.flo
Generating /mail/out/fido.00c/015902a6.req
Any programmers up for the task? It doesn't have to be fancy, use
colors, etc. It could even use java. Deuce, echicken, DM...
mark lewis wrote to Ray Quinn <=-
bash stuffs is pretty easy... the first hurdle to determine your main address for the default outbound directory... the others can then be easily handled... it is possible that this information may be taken
from existing config files, though...
another factor is if your mailer and tosser are running in 4D or 5D mode... in 4D, all outbound directories are based off of your outbound that is related to your main address... in 5D mode, outbounds for different FTNs can have their own names... if existing config files can
be leveraged, then all the necessary information should already be available and a little math conversion is likely all that's
necessary...
NOTE: "main address" is your first listed address... all others are AKAs...
you also have to determine if there's an existing flo file or not... if not, then creating it is easy... if one does exist, you have to modify
it or at least touch it to update its time stamp... if you are sending
a new file to the destination, you have to add it to the existing flo file...
For example:
Address: 12:345/678
File: nodelist
Flavor: n (normal)
Generating /mail/out/fido.00c/015902a6.flo
Generating /mail/out/fido.00c/015902a6.req
this looks like you are asking for a script to just send file
requests...
you asked for bash and i have something in bash but it will take me a little longer to get it cleaned up... i don't think i can post it in
the echo because of line wrap... just the basic FTN address parsing and error detection is some 150+ lines... been up 24 hours... hope to have something for you later today...
... People who pun deserve to be drawn and quoted.
Ray Quinn wrote to Vk3jed <=-
binkd -R 12:345/678 filename /path/to/binkd.conf
mark lewis wrote to Ray Quinn <=-
you asked for bash and i have something in bash but it will take me a little longer to get it cleaned up... i don't think i can post it in
the echo because of line wrap... just the basic FTN address parsing and error detection is some 150+ lines... been up 24 hours... hope to have something for you later today...
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495934:28:38 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,923 |