Click here to Skip to main content
15,867,785 members
Home / Discussions / Hosting and Servers
   

Hosting and Servers

 
GeneralRe: Scheduled Tasks aren't working Pin
KreativeKai7-May-20 5:45
professionalKreativeKai7-May-20 5:45 
QuestionMoving an ASP .NET application from development to a production intranet Pin
Stephen Holdorf10-Feb-20 4:38
Stephen Holdorf10-Feb-20 4:38 
QuestionI am not able to use IIS I am getting the error as below Pin
simpledeveloper5-Feb-20 12:43
simpledeveloper5-Feb-20 12:43 
AnswerRe: I am not able to use IIS I am getting the error as below Pin
phil.o5-Feb-20 19:50
professionalphil.o5-Feb-20 19:50 
QuestionDirect deployment or making automatic deployment on Server using Git and TFSVC Pin
simpledeveloper3-Feb-20 9:16
simpledeveloper3-Feb-20 9:16 
QuestionHelp me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_29-Dec-19 7:54
Vaclav_29-Dec-19 7:54 
AnswerRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan30-Dec-19 0:18
mveRichard MacCutchan30-Dec-19 0:18 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_30-Dec-19 7:09
Vaclav_30-Dec-19 7:09 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_1-Jan-20 5:07
Vaclav_1-Jan-20 5:07 
Update
Start with
The “server” ( local PC) allocates a “socket” with parameters
s = socket(AF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM);

and is set ( waits ) to receive connection from “client”.

It is unclear , but logical that “client terminal “ should be specified - perhaps “client (host) bluetooth address – array of six entries should be entered somewhere – as a “remote address”.


I am using term “terminal X address “ to get away from confusing usage of “address” which can be IP (generic network) or bluetooth address.
So far the term “host” is associated with IP name / address and is really not specific to client or server.
The bluetooth address seems to have no relations to IP address.


Then

The “client” (Rpi) software allocates a “socket” with parameters
socket_descriptor_local = socket(AF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM);

the “client” - (Rpi ) software originates connection to server ( connect to server bluetooth terminal address ) when data is ready to be passed onto “server” . For now I am passing simple message(s) only.

It is also unclear how / where to specify “client terminal”.
Currently I have two bluetooth hardware (USB) of different class connected.
I do not see how "socket" cares about bluetooth class.
I managed to run both software and received expected errors.

Like to know WHO , not why, actually generates the "connection refused" - logically it should came from "connecting to RECEIVING terminal" , but I am not so sure how to identify that.
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan1-Jan-20 5:22
mveRichard MacCutchan1-Jan-20 5:22 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_1-Jan-20 6:29
Vaclav_1-Jan-20 6:29 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 4:04
Vaclav_2-Jan-20 4:04 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 4:45
mveRichard MacCutchan2-Jan-20 4:45 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 6:22
Vaclav_2-Jan-20 6:22 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 6:35
mveRichard MacCutchan2-Jan-20 6:35 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 6:52
Vaclav_2-Jan-20 6:52 
QuestionRemove a folder from TFS after it is checked into TFS Server Pin
simpledeveloper18-Dec-19 7:52
simpledeveloper18-Dec-19 7:52 
AnswerRe: Remove a folder from TFS after it is checked into TFS Server Pin
Richard MacCutchan18-Dec-19 21:54
mveRichard MacCutchan18-Dec-19 21:54 
Questionhost host a php application in windows system Pin
BhavaniSri6-Nov-19 2:07
BhavaniSri6-Nov-19 2:07 
AnswerRe: host host a php application in windows system Pin
jkirkerx7-Nov-19 9:34
professionaljkirkerx7-Nov-19 9:34 
QuestionSuggest Me Cloud Hosting For Our Website Pin
raja asad amin11-Oct-19 3:19
professionalraja asad amin11-Oct-19 3:19 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
jkirkerx7-Nov-19 10:05
professionaljkirkerx7-Nov-19 10:05 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
Khalequzzaman8-Nov-19 20:43
Khalequzzaman8-Nov-19 20:43 
QuestionWhats your code management setup? Pin
lineil8-Sep-19 3:50
lineil8-Sep-19 3:50 
AnswerRe: Whats your code management setup? Pin
MilesWeb9-Sep-19 1:52
professionalMilesWeb9-Sep-19 1:52 

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.