Skip to main content

Questions tagged [client]

A client is an application or system that accesses a service made available by a server.

2 votes
1 answer
337 views

The receive function for telnet client

This is a follow up question to Send and receive functions for telnet client. I am designing a simple wrapper around the telnet client using libtelnet for text-based communication to a telnet server. ...
ravi's user avatar
  • 439
5 votes
1 answer
2k views

Send and receive functions for telnet client

I am using libtelnet to design a telnet client by sending text commands to a telnet server and receiving text responses. I am utilizing telnet-client.c. For simplicity, I made send and receive ...
ravi's user avatar
  • 439
3 votes
1 answer
347 views

API client that builds a response over multiple lines

I am performing a REST API call and I have copied their example code where they show how to perform such an api call. Their example is written in Javascript not Typescript though. To adapt the code I ...
sev's user avatar
  • 183
1 vote
1 answer
88 views

Event handler for client webrtc video chat

This is my event handler for a videochat client that takes all the events that the server throws at us and routes them to different functions. All of the functions are imported and both settings and ...
PWall's user avatar
  • 11
3 votes
2 answers
181 views

API client to retrieve traffic news

I reverse engineered the API from adac.de and wrote a client to query it for traffic news (constructions sites, traffic jams etc.). Here 's what I came up with: ...
Richard Neumann's user avatar
3 votes
1 answer
98 views

Simple command line API client for getting quotes

Was given a take-home test as part of a job interview, which I failed due to a supposed lack of tests, logging, error handling and packaging. But I did touch upon all of these.. suggested time spent ...
M3RS's user avatar
  • 413
3 votes
1 answer
98 views

Client-server application for logging running processes

My first client-server application. It's a simple Python script that gets a list of running processes from Server_1 and writes it to a datetime-named file on ...
Bn.F76's user avatar
  • 133
3 votes
1 answer
183 views

Python - Basic CLI Email Client

This is a basic CLI email client in Python. It can send plain text emails and view inbox. settings.json contains a list of SMTP and IMAP servers used for different ...
Sproza's user avatar
  • 31
1 vote
0 answers
141 views

HaveIBeenPwned API

Please find my code for securely checking Haveibeenpwned for breached passwords This code will only send a partial HASH over the internet (using HTTPS) and the second part of the HASH will be checked ...
MrJoe's user avatar
  • 2,173
2 votes
1 answer
2k views

Async tcp socket client: send multiple requests with one connection

I'm new to socket programming and c++. I have a the following method that sends an array to server and receives sum of the array, I tried to make it async. ...
Abraham's user avatar
  • 23
4 votes
1 answer
2k views

TCP Multithreaded Server and Client C#

I created a TCP Server and Client and I really would like to know if its any good in regards of performance and code quality / safety. I hightlight the server and client class here. If you need more ...
HodorKing's user avatar
4 votes
1 answer
138 views

API Client and usage implementation

I'm really bothered with my approach in this, as I'd like to use the client in multiple projects. The client extends Guzzle and I'm using a factory method to initialize the client with the necessary ...
Repox's user avatar
  • 345
3 votes
0 answers
416 views

C++ Crypto: Part 4- Scram

Looking around for modern Crypto libraries. Could not find anything good. I know I probably did this all wrong so work with me here. There will be four different reviews for four structures that build ...
Loki Astari's user avatar
  • 97.7k
3 votes
1 answer
606 views

C++ Crypto:Part 3-pbkdf2

Looking around for modern Crypto libraries. Could not find anything good. I know I probably did this all wrong so work with me here. There will be four different reviews for four structures that build ...
Loki Astari's user avatar
  • 97.7k
4 votes
1 answer
464 views

C++ Crypto: Part 2- HMAC

Looking around for modern Crypto libraries. Could not find anything good. I know I probably did this all wrong so work with me here. There will be four different reviews for four structures that build ...
Loki Astari's user avatar
  • 97.7k

15 30 50 per page
1
2 3 4 5
8