• Python help...

    From paulie420@VERT/BEERS20 to All on Tue Sep 1 16:43:00 2020
    I am working on a Raspberry Pi Zero project. Using a 1941 Philãco Predictatelevision, that I fully refurbished, I want to cãreate some python code toplay a random video with a digital ãtouch sensor module.The digital touch sensory module ãis a bit different from a push button,because you can set itã by some wood or small metal area and push a 'button'that doãesn't appear to be there. Thats important, because I don't want toãmodify this antique in any way...Ok, so anyway... I have pythãon randomizing the files... I have it usingomxplayer to playã a video... but then python/the linux box just sits therewitãh the video player - not waiting for the next button press until the ãvideois completely over. I thought I could uãse subprocess.Popen instead of os.system, but I haven'tfigurãed out if that it true - nor the correct syntax to doso.ãAnyone wanna look at my code and see if they can help? Again, the sãetup is Raspberry Pi Zero holds videos... I want the pythonsãcript to wait for a button (digtal input device) press, play a randomã videoand then play another random video if I press the buttãon again. (I know, too,that I'll have to put some kill proceãss code in there... but I figured I'dget to that after I figãured out how to wait for next button press prior tovideo endãing...) Heres my current code:-----froãm gpiozero import DigitalInputDevicefrom time import sleepãimport osimport randomimport subprocessbutton ã= DigitalInputDevice(21)while True:# Setup Ranãdon VideosvideoPath = "/home/pi/Videos/"videãoList = os.listdir(videoPath)random.shuffle(videoList)ãfor video in videoList:target = os.path.join(videoPath, videão)# Wait for button pressprint("Waiting for buttãon press to start video.")button.wait_for_active()ãos.system('omxplayer --aspect-mode stretch "{}" >/dev/null'.formãat(target))#subprocess.Popen('omxplayer --acpect-modeã stretch "{}" >/dev/null'.format(target))#Theã subprocess was my idea that would let python continue listening... bãut #didnt work YET. The os.system does play a video... justã waits there before#listening again for a button press.ã-----pAULIE42o...ã......ãã
  • From Tracker1@VERT/TRN to paulie420 on Wed Sep 2 12:21:00 2020
    On 9/1/2020 9:43 AM, paulie420 wrote:
    I am working on a Raspberry Pi Zero project. Using a 1941 Phil
    ....

    Not sure what editor you're using... but all the ANSi code intermingled
    makes it nearly impossible to actually read through on a non-terminal.

    --
    Michael J. Ryan
    tracker1 +o Roughneck BBS

    ---
    þ Synchronet þ Roughneck BBS - coming back 2/2/20
  • From paulie420@VERT/BEERS20 to Tracker1 on Wed Sep 2 22:40:00 2020
    Not sure what editor you're using... but all the ANSi code intermingled ã Tr> makes it nearly impossible to actually read through on a non-terminal.ãããThank you - I switched to Mystic, and I bet the QWK isn't setup correctly. Iãwill get on it... sorry for any posts that have looked stupid. UGH.ãããã|07p|15AULIE|1142|07oã|08.........ã
  • From Digital Man@VERT to paulie420 on Thu Sep 3 12:22:04 2020
    Re: Re: Python help...ã By: paulie420 to Tracker1 on Wed Sep 02 2020 10:40 pmãã > Tr> Not sure what editor you're using... but all the ANSi code intermingledã > Tr> makes it nearly impossible to actually read through on a non-terminal.ã >ã >ã > Thank you - I switched to Mystic, and I bet the QWK isn't setup correctly. Iã > will get on it... sorry for any posts that have looked stupid. UGH.ã >ã >ã >ã > |07p|15AULIE|1142|07oã > |08.........ããAnd this message didn't have a QWKnet tagline.ãã digital manããSynchronet/BBS Terminology Definition #42:ãIMAP = Internet Message Access ProtocolãNorco, CA WX: 87.5øF, 43.0% humidity, 5 mph NE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From MRO@VERT/BBSESINF to paulie420 on Thu Sep 3 19:43:10 2020
    Re: Re: Python help...ã By: paulie420 to Tracker1 on Wed Sep 02 2020 10:40 pmãã pa> Thank you - I switched to MysticãããSorry for your loss.ã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã
  • From paulie420@VERT/BEERS20 to MRO on Sun Sep 6 13:43:00 2020
    Re: Re: Python help...ã MR> By: paulie420 to Tracker1 on Wed Sep 02 2020 10:40 pmã MR> ã MR> pa> Thank you - I switched to Mysticãã MR> ã MR> ã MR> Sorry for your loss.ããI'm still running Sync!! But have a mystic... however, I guess I need to fixãmy QWK so I'm trying not to make a bunch of posts... my messages dont have aãQWK tagline.ãããã|07p|15AULIE|1142|07oã|08.........ã
  • From Denn@VERT/OUTWEST to MRO on Tue Sep 8 23:09:44 2020
    Re: Re: Python help...ã By: MRO to paulie420 on Thu Sep 03 2020 07:43 pmãã pa>> Thank you - I switched to Mysticããã MR> Sorry for your loss.ãã:) Wonder why he switched when he can run both like I do?ãã... Eat a bat and the whole world eats with you -covid-19ãã---ã þ Synchronet þ outwestbbs.com - the Outwest BBSã
  • From Vk3jed@VERT/FREEWAY to Denn on Wed Sep 9 18:49:00 2020
    On 09-08-20 23:09, Denn wrote to MRO <=-ãã De> :) Wonder why he switched when he can run both like I do?ããAs do I. :)ããã... A hunch is creativity trying to tell you something.ã--- MultiMail/Win v0.51ã þ Synchronet þ Freeway BBS, Bendigo Australia. freeway.apana.org.auã
  • From paulie420@VERT/BEERS20 to Denn on Wed Sep 9 13:01:00 2020
    On 08 Sep 2020, Denn said the following...ã ã De> Re: Re: Python help...ã De> By: MRO to paulie420 on Thu Sep 03 2020 07:43 pmã De> pa>> Thank you - I switched to Mysticã De> MR> Sorry for your loss.ã De> :) Wonder why he switched when he can run both like I do?ããI do run both; American Pi is @ AmericanPiBBS.com and 20 For Beers is @ã20ForBeers.com:1337 ... ããGuess I should have stated such; point was that I must have the QWK settingsãmessed up for the Mystic BBS cause Digital Man says I was missing a QWK tagãline or kludge line... and another poster said my messages had tons of extraãcharacter garbage. ããSo I have been trying not to post much - and need to go iron that out so myãMystic BBS posted posts come thru normal. :/ãããã|07p|15AULIE|1142|07oã|08.........ã
  • From poindexter FORTRAN@VERT/REALITY to paulie420 on Thu Sep 10 10:09:00 2020
    paulie420 wrote to Denn <=-ãã pa> I do run both; American Pi is @ AmericanPiBBS.com and 20 For Beers is @ã pa> 20ForBeers.com:1337 ...ãã I've been doing a lot of work with NGINX and reverse proxyingã HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -ã throw a ton of different BBSes behind a proxy and sort them out byã hostname.ãããã... If you have a rotary phone, please press 1 now.ã--- MultiMail/XT v0.52ã þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.orgã
  • From echicken@VERT/ECBBS to poindexter FORTRAN on Fri Sep 11 00:34:11 2020
    Re: Re: Python help...ã By: poindexter FORTRAN to paulie420 on Thu Sep 10 2020 10:09:00ãã PF> I've been doing a lot of work with NGINX and reverse proxyingã PF> HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -ã PF> throw a ton of different BBSes behind a proxy and sort them out byã PF> hostname.ããNothing so easy as inspecting a Host header and making it all totally seamless for the user, as far as I know.ããI'm vaguely imagining a custom SSH server which is used for encryption but not authentication. The user connects with eg. 'target_bbs@multi.bbs.host', no password required. The server knows what 'target_bbs' is and proxies between it and the client. From there, as far as the user is concerned, their BBS session flows as it would've done had they telnetted in.ããThe 'server' in the above scenario could be a small piece of custom software (which I think would be easy to write). Or Synchronet could do that job in a slightly hacky way (some special user accounts, a hack of the logon script, and telgate).ããActually authenticating the user via SSH and then handing them off to the target BBS without requiring additional login would depend on capabilities of the target software. I suspect this would be inconsistent and annoying.ããAnyway, just some musings.ãã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.comã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From Arelor@VERT/PALANT to poindexter FORTRAN on Fri Sep 11 02:50:46 2020
    Re: Re: Python help...
    By: poindexter FORTRAN to paulie420 on Thu Sep 10 2020 10:09 am

    paulie420 wrote to Denn <=-

    I do run both; American Pi is @ AmericanPiBBS.com and 20 For Beers is @ 20ForBeers.com:1337 ...

    I've been doing a lot of work with NGINX and reverse proxying
    HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -
    throw a ton of different BBSes behind a proxy and sort them out by
    hostname.



    ... If you have a rotary phone, please press 1 now.

    You can probably do that with stock software already.

    Create a user account in your proxy machine for every BBS you want to reverse proxy for. Then configure such user to be capable of connecting to each target BBS onlñy. This way if the client does synchronetclone@proxymachine.org, user "synchronetclone" is called up and inmediatelly connects to the "SinchronetClone" BBS.

    It is not exactly transparent, I know.

    I have looked into OpenBSD's relayd but it does not look like it has that function.

    --
    gopher://gopher.operationalsecurity.es

    ---
    ï¿­ Synchronet ï¿­ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From DaiTengu@VERT/ENSEMBLE to poindexter FORTRAN on Sun Sep 13 01:05:23 2020
    Re: Re: Python help...ã By: poindexter FORTRAN to paulie420 on Thu Sep 10 2020 10:09 amãã PF> I've been doing a lot of work with NGINX and reverse proxyingã PF> HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -ã PF> throw a ton of different BBSes behind a proxy and sort them out byã PF> hostname.ããã Unfortunately that's not possible. You can proxy TCP traffic, but nginx can't terminate the encryption for SSH, nor can HAProxy, fabio, or any other reverse proxy system.ããI just set up a reverse NGINX proxy on a dual-64 core EPYC (7742) server this week. We had it handling about 70,000 SSL connections per second (real world traffic) while only running around 45% CPU usage, with SMT (AMD's version of hyperthreading) turned off.ããat that point we ran out of SSL traffic to throw at it. ããDaiTenguãã... No good deed goes unpunished.ãã---ã þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.comã
  • From Nelgin@VERT/EOTLBBS to paulie420 on Wed Sep 16 16:09:35 2020
    paulie420 wrote:ã> ^[[0m^[[1;1H^[[1mI am working on a Raspberry Pi Zero project. Using a 1941 Philã> ^[[A^[[62Cco Predicta^[[B^[[73Dtelevision, that I fully refurbished, I want to cã> ^[[A^[[49Create some python code to^[[B^[[74Dplay a random video with a digital ãã...que?ãã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Tracker1@VERT/TRN to poindexter FORTRAN on Mon Sep 21 15:43:11 2020
    On 9/10/2020 10:09 AM, poindexter FORTRAN wrote:
    I do run both; American Pi is @ AmericanPiBBS.com and 20 For Beers is @ 20ForBeers.com:1337 ...

    I've been doing a lot of work with NGINX and reverse proxying
    HTTP/HTTPS. If there were a way to reverse proxy SSH, I'd love it -
    throw a ton of different BBSes behind a proxy and sort them out by
    hostname.

    Probably could with client keys and credential forwarding... you can
    also do a reverse proxy over a websocket, but that would something on
    the client to handle that aspect.

    Would love it if syncterm supported wss+PROT and/or ws+PROT so you could
    do rlogin/telnet/ssh over a websocket connection. Of course that messes
    with the IP detected on the backing server/service.

    --
    Michael J. Ryan
    tracker1 +o Roughneck BBS

    ---
    þ Synchronet þ Roughneck BBS - coming back 2/2/20
  • From Tracker1@VERT/TRN to DaiTengu on Mon Sep 21 15:46:25 2020
    On 9/12/2020 11:05 PM, DaiTengu wrote:

    I just set up a reverse NGINX proxy on a dual-64 core EPYC (7742) server this week. We had it handling about 70,000 SSL connections per second (real world traffic) while only running around 45% CPU usage, with SMT (AMD's version of hyperthreading) turned off.

    at that point we ran out of SSL traffic to throw at it.

    If all it does is reverse-proxy, may also want to take a look at Caddy
    v2, and see if you get more throughput.

    --
    Michael J. Ryan
    tracker1 +o Roughneck BBS

    ---
    þ Synchronet þ Roughneck BBS - coming back 2/2/20
  • From DaiTengu@VERT/ENSEMBLE to Tracker1 on Thu Sep 24 11:36:08 2020
    Re: Re: Python help...ã By: Tracker1 to DaiTengu on Mon Sep 21 2020 03:46 pmãã >> I just set up a reverse NGINX proxy on a dual-64 core EPYC (7742)ã >> server this week. We had it handling about 70,000 SSL connections perã >> second (real world traffic) while only running around 45% CPU usage,ã >> with SMT (AMD's version of hyperthreading) turned off. ãã >> at that point we ran out of SSL traffic to throw at it.ãã Tr> If all it does is reverse-proxy, may also want to take a look at Caddy ã Tr> v2, and see if you get more throughput.ãã We use some nginx modules as well. I'd have to dig through Caddy and see if there's anything similar. ããI'm more worried about the Linux kernel limitations than anything else. ããI guess we'll see how it goes! :)ããDaiTenguãã... Everything beautiful has its moment and then passes away.ãã---ã þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.comã