Click here to Skip to main content
15,901,205 members
Home / Discussions / Linux Programming
   

Linux Programming

 
AnswerRe: Debugging "command" .... Pin
Richard MacCutchan30-Apr-23 21:16
mveRichard MacCutchan30-Apr-23 21:16 
QuestionMessage Closed Pin
30-Apr-23 7:36
Member 1496877130-Apr-23 7:36 
AnswerRe: Restructuring (Linux) device partitions Pin
Richard MacCutchan30-Apr-23 6:02
mveRichard MacCutchan30-Apr-23 6:02 
PraiseRe: Restructuring (Linux) device partitions Pin
Olif Oftimis5-Aug-23 14:27
Olif Oftimis5-Aug-23 14:27 
AnswerRe: Restructuring (Linux) device partitions Pin
Dave Kreskowiak30-Apr-23 6:20
mveDave Kreskowiak30-Apr-23 6:20 
PraiseRe: Restructuring (Linux) device partitions Pin
Olif Oftimis5-Aug-23 14:28
Olif Oftimis5-Aug-23 14:28 
QuestionMessage Closed Pin
22-Apr-23 15:04
Member 1496877122-Apr-23 15:04 
AnswerRe: adding virtual rfcomm - repost Pin
Richard MacCutchan22-Apr-23 21:12
mveRichard MacCutchan22-Apr-23 21:12 
QuestionMessage Closed Pin
2-Apr-23 10:46
Member 149687712-Apr-23 10:46 
AnswerRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan2-Apr-23 22:22
mveRichard MacCutchan2-Apr-23 22:22 
GeneralMessage Closed Pin
3-Apr-23 4:31
Member 149687713-Apr-23 4:31 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan3-Apr-23 4:40
mveRichard MacCutchan3-Apr-23 4:40 
AnswerRe: Please help me understanding Bluetooth "socket"usage ... Pin
Gerry Schmitz3-Apr-23 6:10
mveGerry Schmitz3-Apr-23 6:10 
AnswerRe: Please help me understanding Bluetooth "socket"usage ... Pin
jschell3-Apr-23 6:47
jschell3-Apr-23 6:47 
GeneralMessage Closed Pin
3-Apr-23 14:08
Member 149687713-Apr-23 14:08 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan3-Apr-23 21:49
mveRichard MacCutchan3-Apr-23 21:49 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
jschell4-Apr-23 5:54
jschell4-Apr-23 5:54 
GeneralMessage Closed Pin
4-Apr-23 8:03
Member 149687714-Apr-23 8:03 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan4-Apr-23 22:26
mveRichard MacCutchan4-Apr-23 22:26 
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
trønderen5-Apr-23 2:58
trønderen5-Apr-23 2:58 
Richard MacCutchan wrote:
. Also, Bluetooth does not replace RS232, it is a network protocol that uses the ISO/OSI model.
Any protocol that makes a distinction between higher and lower levels can be said to 'use the ISO/OSI model'. Or so it seems. I never saw any protocol with at least some higher/lower distinction (even morse can be said to have a 'higher' layer that is the di and dahs, and a 'lower' layer that is the generating of the carrier wave of the appropriate frequency.

I came into Bluetooth from an OSI angle, and started searching for service definitions according to OSI principles, protocol definitions according to OSI principles, and most important, a separation of these, according to OSI principles.

I started searching for layer independence, so that the same service interface (at each level) could be implemented by alternate lower layer protocols (and lower service interfaces). Nothing like that exists.

I started searching for protocol events and service interface events suitable for building a state machine in agreement with the standard OSI state machines. You'll never find that. The Bluetooth designers have even blurred the event concept: An event is certainly not atomic, but may include several packet exchanges.

Protocol-wise, Bluetooth is one big crow's nest. To quote Ted Nelson: Everything is deeply intertwingled. BT is a world of its own. Sure can be split into levels, just like any other protocol, but using the term 'layers' for these levels doesn't make it OSI. BT service and protocol definitions have no relationship at all to 'true' OSI service/protocol layers.
GeneralRe: Please help me understanding Bluetooth "socket"usage ... Pin
Richard MacCutchan5-Apr-23 3:24
mveRichard MacCutchan5-Apr-23 3:24 
QuestionShrinking root partiton Pin
megaadam24-Jan-23 0:27
professionalmegaadam24-Jan-23 0:27 
AnswerRe: Shrinking root partiton Pin
k505424-Jan-23 5:53
mvek505424-Jan-23 5:53 
GeneralRe: Shrinking root partiton Pin
megaadam24-Jan-23 12:25
professionalmegaadam24-Jan-23 12:25 
AnswerRe: Shrinking root partiton Pin
megaadam26-Jan-23 2:14
professionalmegaadam26-Jan-23 2:14 

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.