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

Hosting and Servers

 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox17-May-20 5:22
professionalpkfox17-May-20 5:22 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox17-May-20 5:21
professionalpkfox17-May-20 5:21 
GeneralRe: Can't receive email from redirected domain name Pin
Richard MacCutchan17-May-20 5:23
mveRichard MacCutchan17-May-20 5:23 
GeneralRe: Can't receive email from redirected domain name Pin
pkfox17-May-20 5:42
professionalpkfox17-May-20 5:42 
GeneralRe: Can't receive email from redirected domain name Pin
Richard MacCutchan17-May-20 6:51
mveRichard MacCutchan17-May-20 6:51 
QuestionScheduled Tasks aren't working Pin
KreativeKai5-May-20 8:20
professionalKreativeKai5-May-20 8:20 
AnswerRe: Scheduled Tasks aren't working Pin
Richard MacCutchan5-May-20 9:07
mveRichard MacCutchan5-May-20 9:07 
GeneralRe: Scheduled Tasks aren't working Pin
KreativeKai6-May-20 4:24
professionalKreativeKai6-May-20 4:24 
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 
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 
SUCCESS !
Richard, thanks for your support.
Learn few things about what now looks as easy coding.


Managed to pass text message from client to server via bluetooth
using socket with these parameters on BOTH ends:
s = socket(AF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM);

However, not home yet.
Some “behind the scenes" needs investigating.
Given up on local loopback test for now.

The complier complains about this assignment,
loc_addr.rc_bdaddr = *BDADDR_ANY;
but the application works as expected when the loc_addr.rc_bdaddr
is NOT assigned,


loc_addr.rc_family = AF_BLUETOOTH;
loc_addr.rc_bdaddr = *BDADDR_ANY;
loc_addr.rc_channel = (uint8_t) 1;

In file included from ../src/RPI_BT_SERVER.cpp:54Blush | :O :
../src/RPI_BT_SERVER.cpp: In function ‘int main()’:
../src/RPI_BT_SERVER.cpp:133:26: error: taking address of temporary [-fpermissive]
loc_addr.rc_bdaddr = *BDADDR_ANY;


BTW taken form RFCOMM example, like to know what is the reason for the "temporary" note.
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 

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.