Click here to Skip to main content
15,791,237 members
Home / Discussions / Hosting and Servers
   

Hosting and Servers

 
QuestionDirect deployment or making automatic deployment on Server using Git and TFSVC Pin
simpledeveloper3-Feb-20 10:16
simpledeveloper3-Feb-20 10:16 
QuestionHelp me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_29-Dec-19 8:54
Vaclav_29-Dec-19 8:54 
AnswerRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan30-Dec-19 1:18
mveRichard MacCutchan30-Dec-19 1:18 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_30-Dec-19 8:09
Vaclav_30-Dec-19 8:09 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_1-Jan-20 6:07
Vaclav_1-Jan-20 6:07 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan1-Jan-20 6:22
mveRichard MacCutchan1-Jan-20 6:22 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_1-Jan-20 7:29
Vaclav_1-Jan-20 7:29 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 5:04
Vaclav_2-Jan-20 5:04 
I guess I have to establish "my model" first and use appropriate terminology.
The objective is to display data processed on "embedded hardware" ( Raspberry Pi ) on PC.

Hence (per attached note )

"Client (RPi ) requests a service ( display data passed to it ) from server."

" TCP/IP enables peer-to-peer communication."

Is very generic term used , however "peer-to- peer" is little misleading since it implies , to me , an equal function of each end of communication path - which "client / server " is NOT.
TCP/IP is ONE part of actual implementation of the "transmission path " ( a generic term of describing the actuall communication path) - in this case I have TCP/IP and Bluetoooth RF participating in the "transmission path ".

So in terminology of "communication " terms -

I have a source - client - RPi
communication / transmission path - TCP/IP and RF
destination - server

For simplicity I am going use SINGLE socket (DONE!) and the actaull communication - from source to destination can be also looked as "simplex" communication.
The actaull passing of information between terminal points ( source / destination ) can be reversed.

So much for theory.
I am still trying to decipher the INDIVIDUAL function of parameters passed to "socket"
Mainly the functions of DOMAIN parameter - either AF_x (Address family) or PF_x (Protocol family).

I am unable to find decent definition of "AF_BLUETOOTH" DOMAIN parameter.
(Time to find source code for "socket" function )

The puzzling part is PROTOCOL parameter by itself and its interaction with DOMAIN and TYPE.



The Client-Server Model

    TCP/IP enables peer-to-peer communication.

    Computers can cooperate as equals or in any desired way.

    Most distributed applications have special roles.  For example:

        Server waits for a client request.

        Client requests a service from server.

GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 5:45
mveRichard MacCutchan2-Jan-20 5:45 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 7:22
Vaclav_2-Jan-20 7:22 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 7:35
mveRichard MacCutchan2-Jan-20 7:35 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 7:52
Vaclav_2-Jan-20 7:52 
QuestionRemove a folder from TFS after it is checked into TFS Server Pin
simpledeveloper18-Dec-19 8:52
simpledeveloper18-Dec-19 8:52 
AnswerRe: Remove a folder from TFS after it is checked into TFS Server Pin
Richard MacCutchan18-Dec-19 22:54
mveRichard MacCutchan18-Dec-19 22:54 
Questionhost host a php application in windows system Pin
BhavaniSri6-Nov-19 3:07
BhavaniSri6-Nov-19 3:07 
AnswerRe: host host a php application in windows system Pin
jkirkerx7-Nov-19 10:34
professionaljkirkerx7-Nov-19 10:34 
QuestionSuggest Me Cloud Hosting For Our Website Pin
raja asad amin11-Oct-19 4:19
professionalraja asad amin11-Oct-19 4:19 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
jkirkerx7-Nov-19 11:05
professionaljkirkerx7-Nov-19 11:05 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
Khalequzzaman8-Nov-19 21:43
Khalequzzaman8-Nov-19 21:43 
QuestionWhats your code management setup? Pin
lineil8-Sep-19 4:50
lineil8-Sep-19 4:50 
AnswerRe: Whats your code management setup? Pin
MilesWeb9-Sep-19 2:52
professionalMilesWeb9-Sep-19 2:52 
GeneralRe: Whats your code management setup? Pin
lineil9-Sep-19 23:15
lineil9-Sep-19 23:15 
GeneralRe: Whats your code management setup? Pin
Deepak Vasudevan19-Sep-21 20:57
Deepak Vasudevan19-Sep-21 20:57 
QuestionIIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 114751138-Apr-19 14:26
Member 114751138-Apr-19 14:26 
AnswerRe: IIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 145194273-Jul-19 0:29
Member 145194273-Jul-19 0:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.