Author Topic: Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?  (Read 982 times)

0 Members and 1 Guest are viewing this topic.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« on: September 15, 2019, 06:37:21 pm »
Hi Ronblue77

it seems that in OldDostime it was possible using parallel port/modem to communicate between two computers.
Nowadays using internet and a router, a LAN wire or a wifi connenction it needs a TCP/IP program

here some links
http://www.petesqbsite.com/phpBB3/viewtopic.php?t=642 a thread on another website
http://father-time.tripod.com/roland.html a good program in .BAS for chat

https://www.tek-tips.com/viewthread.cfm?qid=531811 another thread on another website
http://www.angelfire.com/tx5/someone42/programming.html  a library for TPC/IP in Qbasic

It maybe useful

Programming isn't difficult, only it's  consuming time and coffee

Offline Craz1000

  • Forum Regular
  • Posts: 111
  • I'm OK
    • View Profile
    • Craz1000.net
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #1 on: September 15, 2019, 09:07:37 pm »
yes it is possible. QB64 makes it pretty easy actually.
« Last Edit: September 15, 2019, 09:09:00 pm by Craz1000 »

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #2 on: September 16, 2019, 02:17:32 am »
Do you mean text messaging between several LAN computers? If so, a few similar programs have been written in QB64.
Or do you mean text-to-computer communication over the Internet? It should also work, but I never saw it in operation.
Finally, again, there is a big difference between LOCALHOST mode and actual network traffic.
Look at Chris80194's work here, maybe it'll help.

https://www.qb64.org/forum/index.php?topic=779.0

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #3 on: September 16, 2019, 02:33:03 am »
Ron was speaking about making an IRC Chatroom program (or bot), and he's already answered his own question by basically adding an Eliza-style clone into the IRC bot demo which I posted on the forums elsewhere.  https://www.qb64.org/forum/index.php?topic=1617.0

Stop by the IRC channel sometime, say "Hiyas" to Ron, and ask him to load his little Rachel-bot77 so you can play around and chat with her.  I'm certain both of them would love the company.  ;)
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #4 on: September 16, 2019, 09:09:25 am »
I am sorry to report that Ron has deleted his account here at forum and plans to devote his time to writing.

He has asked me to pass this message to all of you:
Quote
Please send also my thanks to STxAxTIC  keybone steve luck and the rest of the QB64 coders and tell them I wish them good luck…

Good luck, Ron!

Offline Qwerkey

  • Forum Resident
  • Posts: 755
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #5 on: September 17, 2019, 06:15:49 am »
Rather strange that Ron should want to delete his account "because of other activities".  I should think when the coding bug is upon us, it is certainly possible to find time to do this creative thing, but Fellippe does not exercise any contractual relationship!  Anybody can contribute at any time.

Ron was certainly not a "one-hit wonder" here, though we notice that some of the members certainly are: after one contribution (usually a specific project request for assistance) we never see them again.  Should our leadership team remove such accounts after, say, 18 months inactivity?  (Felllippe has got very little to do with his time, so this is my effort to put a little work his way!!).

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #6 on: September 17, 2019, 06:53:50 pm »
Ron goes away for writing!

and Ronblue77?

here my wishes


as I write learning english words
Good luck Ronblue77 and good luck Ron77 too
as I write after hearing if it was italian words
Quote
Gud lach Ronblu77 end gud lach Ron77 tuu
Programming isn't difficult, only it's  consuming time and coffee

Offline keybone

  • Forum Regular
  • Posts: 116
  • My name a Nursultan Tulyakbay.
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #7 on: September 20, 2019, 09:50:10 pm »
I am sorry to report that Ron has deleted his account here at forum and plans to devote his time to writing.

He has asked me to pass this message to all of you:
Good luck, Ron!

I was wondering what happened to ron77. He used to be in #qb64 all the time...
Well it certainly got less active after he left, thats for sure.
I am from a Kazakhstan, we follow the hawk.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: IS IT POSSIBLE - A CHATROOM PROGRAM IN QB64?
« Reply #8 on: September 21, 2019, 10:36:51 am »
It can be that after some time he comes back to talk or even to code Qb64.
Sometimes passion changes direction and you must follow it if you like be passioned!
Programming isn't difficult, only it's  consuming time and coffee