Java UDP Client Server Messenger

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 39

  • @florijnmunster9319
    @florijnmunster9319 2 года назад +5

    By far the best explanation I've found for this, thank you!

  • @CyberFraming
    @CyberFraming 2 года назад +2

    Your detailed video and in-depth explanations helped me understand this concept at a deeper level and aided me in my quest to finish my homework. Thank you very much

  • @Adrian-re9fh
    @Adrian-re9fh 3 года назад +11

    Nice video as always! Thank you for taking your time to teach us all your knowledge about this language.
    Cheers :)

    • @WittCode
      @WittCode  3 года назад +1

      Thanks so much for the continued support! Glad you are finding these videos helpful! 😃

  • @lukasz3457
    @lukasz3457 3 года назад +2

    I really enjoy your style of teaching. Keep up the good work :)

  • @angelinawho5551
    @angelinawho5551 3 года назад

    Amazing video, thank you a lot! Also keep the good work, gonna share this with my friends because they need your help xD

  • @yaMuntaqim
    @yaMuntaqim Год назад

    Very useful stuff, thank you!

  • @prajwal_bagewadi
    @prajwal_bagewadi Год назад

    amazing video sir this video helped me a lot

  • @mls4108
    @mls4108 3 года назад +1

    Great Job!!!!

  • @realog5726
    @realog5726 3 года назад

    Keep up the good content bro. Good Job!!

    • @WittCode
      @WittCode  3 года назад

      Thanks so much for the support man! 😀

  • @Kikthan
    @Kikthan 3 года назад

    This is a great video, good job bro

    • @WittCode
      @WittCode  3 года назад

      Thanks so much Adewale! I'm glad it helped you! 😁

  • @_LeMinhTanAn
    @_LeMinhTanAn 2 года назад

    Thanks very much ^^

  • @romeobernabe6871
    @romeobernabe6871 Год назад

    Hi there thanks for the video. How about how to connect via public ip? do you have any recommendations? Thanks

  • @NkosilomusaNcube-fs5di
    @NkosilomusaNcube-fs5di 6 месяцев назад

    Thank you Great work.How do we deploy a UDP Server have tried to research to no luck.Can you do a video on how to deploy a UDP server.

    • @WittCode
      @WittCode  3 месяца назад

      I always could! I'd recommend using Docker personally! That way you just have to pull the Java image and run it!

  • @droidlycodes
    @droidlycodes Год назад

    How would I access the my home network outside of my home using this?

  • @saammyyeet
    @saammyyeet 2 года назад

    nice

  • @juuamjskn2420
    @juuamjskn2420 3 года назад

    Thanks

  • @nachwakraiem1572
    @nachwakraiem1572 3 года назад +1

    amazing video !!good job :) . but how can i add the graphical interface in this code ? i really need your help .
    thank youu :D

    • @WittCode
      @WittCode  3 года назад +1

      Hey Nachwa! I actually have a video coming out on Monday that will show you how to do just that! I would recommend looking up a tutorial on JavaFX and make the GUI that way.

    • @nachwakraiem1572
      @nachwakraiem1572 3 года назад

      @@WittCode UDP or TCP !

  • @exemch4826
    @exemch4826 8 месяцев назад

    running this program gives me an " address already in use : bind" error im so confused

    • @WittCode
      @WittCode  3 месяца назад

      sounds like you have some other program using that port!

  • @zahreddinesoualem3213
    @zahreddinesoualem3213 3 года назад

    how to send and recienve integer in java via udp ? I'm struggline with that problem

  • @droidlycodes
    @droidlycodes 2 года назад

    So when I send a message to the server from client A how can client B receive the message client A sent using UDP?

    • @ДаниилБобков-ь1ь
      @ДаниилБобков-ь1ь 2 года назад

      You can send copy of data to all clients.

    • @droidlycodes
      @droidlycodes 2 года назад

      @@ДаниилБобков-ь1ь yes I found a way but get an out of memory error using my method, I'll keep studying my way through it because this method only allows for one client

    • @ДаниилБобков-ь1ь
      @ДаниилБобков-ь1ь 2 года назад +1

      @@droidlycodes do you have discord? We can contact when we both have free time, and i will help u.

    • @droidlycodes
      @droidlycodes 2 года назад

      @@ДаниилБобков-ь1ь yes I do I'll share my code after work as well! discord.gg/24HFnYtGRM

  • @aswathys6331
    @aswathys6331 3 года назад

    can you explain how to create an UDP client side communication on android application?

    • @WittCode
      @WittCode  3 года назад

      Hey Aswathy! That's a good idea for a video! I will look into it! 😃

  • @АлександрМан-в6ъ
    @АлександрМан-в6ъ 2 года назад +1

    where is the Download Code

  • @_LeMinhTanAn
    @_LeMinhTanAn 2 года назад

    how to it in form ?

  • @RZX-999
    @RZX-999 3 года назад

    can these files run from command prompt?

  • @madvilliain6049
    @madvilliain6049 Месяц назад

    can i have the code?

    • @WittCode
      @WittCode  Месяц назад

      This code has been lost long ago...