Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object @13aha. your replying to your post. @9 is your post only.i am just joking.ok. i will look at that. thanks for your suggestion URL: https://forum.audiogames.net/post/559715/#p559715 -- Audiogames-reflector mailing list Audiogames-reflector

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
Re: question about bgt network object @13 Oh I know it's rampant. But I tried to do the right thing (see post 12), even though my understanding of the MIT license back then was even more rudimentary than it is now Kind regards,Philip Bennefall URL: https://forum.audiogames.net/post/559462

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
Re: question about bgt network object @13 Oh I know it's rampant. But I tried to do the right thing (see post 12), even though my understanding of the MIT license back then was even more rudimentary than it is now Kind regards,Philip Bennefall URL: https://forum.audiogames.net/post/559462

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: question about bgt network object @9You are misunderstanding what I am saying.  TCP can run inside UDP, for one thing.There is a thing called IP for the internet protocol, which is like throwing a message in a bottle into the ocean and hoping it arrives.There is a thing called UDP

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
Re: question about bgt network object Apologies for the double post, but I wanted to follow up with some additional information.Looking into it a bit further, in the credits section of the BGT help file, ENet is mentioned. There is a link to the ENet project website, followed by a brief

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : philip_bennefall via Audiogames-reflector
Re: question about bgt network object BGT uses ENet. I had an email conversation with the author regarding the attribution requirement back in the day. The MIT license has a bit of a legal gray area regarding binary attribution, though most people seem to agree that it *does* require

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object @9i know how networking works. in many of the internet articals, i find UDP is connectionless protcall and in python sockets, we don't connect UDP. instead we directly send a packet to server.i know all that.and tcp is connection oriented protocall

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: question about bgt network object Ah. I see. That makes your question clearer.  I'd suggest reading RFC 793 which tells you how TCP works or, if you'd rather, finding any of the long list of "the basics of TCP" guides.  Googling TCP handshake may also be productive.  Broadl

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object @7no. i already know networking in python. i know tcp and UDP and how they works. i do this in python sockets. but when i am bored, i saw bgt's documentation just for not beeing bored. there i observed the connect and disconnect methods. but in main

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object oh. i don't wan't any of networking. but, i compared networking in general using UDP and networking in BGT in UDP. i found the difference. that's why i posted this to you to know your openions that's that. if i know the sinario or algorithm

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: question about bgt network object Writing a reliable UDP protocol from scratch can be done by someone talented at networking in a weekend and a basic google will find 10 options for you. URL: https://forum.audiogames.net/post/559427/#p559427 -- Audiogames-reflector mailing list

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object @5yes. mey bee enet or mey bee not. as americranian said, mey bee bgt is using enet. because bgt also uses UDP but it's acting like TCP. not exactly but, all connect, disconnect methods. URL: https://forum.audiogames.net/post/559422/#p559422

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: question about bgt network object I'm not sure it's Enet.  Did Philip ever say that?  I also used to think it was, but Enet is either BSD or MIT, and I remember that Philip wanted to avoid those licenses. URL: https://forum.audiogames.net/post/559413/#p559413 -- Audiogames

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object and that 4 topic with the same name, my wifi suddenly turned off after i cliecked on submit and after i clicked submit, the error occurred like no internet. then after my wifi came, i refreshed he page. when my wifi starts, for 5seconds, my wifi

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object oh yeah. i am femilior with c and c++ URL: https://forum.audiogames.net/post/559409/#p559409 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: question about bgt network object I don't know why, but there were a lot of topics created with the exactly the same title, though most of them lead to an error page.To answer your question, BGT uses Enet under the hood. What I believe happens is Enet does magic behind the scenes

Re: question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: question about bgt network object admins and moderators, please delete or close those 4tobics with same name. i din't mean spamming but suddenly power was gon and the i refreshed the page multiple times to post it. please sorry for the inconveenience please excuse me. URL: https

question about bgt network object

2020-08-08 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
question about bgt network object hey all bgt users and programmer! i have a small question regarding bgt's network objectbgt's documentation of main network chapter wrote:Please note that BGT uses UDP for all of its network communication. Thus, for a server to be able to accept incoming