• Home
  • About

Tag: Server

So I started learning Java at the Beginning of this Year…

Posted: September 11, 2017 Under: Software By B No Comments

This is just one of the example programs I tried out that I really liked. It is a simple echo server. It receives a message from a client, then sends that message back. Here is the code: package simpleserver; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.ServerSocket; import java.net.Socket; import java.io.PrintWriter; /** * * @author … Continue reading "So I started learning Java at the Beginning of this Year…"

Read More

Recent Posts

  • Outside the (Red Cable) Club Hatin’…
  • VSCode C++ Syntax Coloring Issues
  • Adding an External Real-time Clock Module For the Beaglebone Black
  • Upgrading to a New System Image for the Beaglebone Black in Early 2023
  • Using GDB with GDB Server within Visual Studio Code

Recent Comments

    Archives

    • July 2023
    • May 2023
    • March 2023
    • February 2023
    • January 2022
    • October 2021
    • May 2020
    • January 2020
    • October 2019
    • September 2019
    • February 2019
    • November 2017
    • October 2017
    • September 2017
    • May 2017
    • January 2017
    • December 2016
    • November 2016
    • October 2016
    • August 2016
    • July 2016
    • June 2016
    • March 2016

    Categories

    • Advice, Wisdom, and Other Good Stuff
    • Announcement
    • Hardware
    • Opinion
    • Software
    • Uncategorized
    • Home
    • About

    Copyright xBACP 2023