473,397 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Decoding Base64

BB
Hello.

i am trying to decode a block of (what i think is) base64 into text,
and i have NO idea how to begin. I'm going to paste the whole string
here, but i want to know the steps necessary to convert it to text.
i've tried the usual binary/ascii techniques, but they just seem to
loop back in to each other. what is the step by step to get from
base64 to text? this is for an evil riddle i'm trying to solve.
thanks. Becca. here's the string:
JjQ4Oy Y0ODsm NDk7JjQ4O yY0OTsm NDk7JjQ5O yY0ODsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsNCiY0OTsmNDk7JjQ4OyY0OTsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0ODsmNDk7DQomNDg7JjQ4OyY0OT smNDg7
JjQ5OyY0OTsmNDk7JjQ4OyY0ODsmNDg7JjQ5OyY0ODsmNDk7
JjQ5OyY0ODsmNDk7JjQ4OyY0ODsmNDk7JjQ4Ow0KJjQ5OyY0OT smNDg7
JjQ5OyY0ODsmNDg7JjQ5OyY0ODsmNDk7JjQ5OyY0ODsmNDk7
JjQ4OyY0ODsmNDk7JjQ4OyY0OTsmNDk7JjQ5OyY0ODsNCiY0OD smNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0OTsmNDg7JjQ4OyY0ODsmNDk7
JjQ4OyY0OTsmNDk7JjQ5OyY0ODsmNDg7JjQ4OyY0OTsmNDg7DQ omNDg7
JjQ4OyY0ODsmNDg7JjQ4OyY0ODsmNDk7JjQ4OyY0OTsmNDk7
JjQ4OyY0OTsmNDg7JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDk7Jj Q4Ow0K
JjQ4OyY0ODsmNDk7JjQ4OyY0OTsmNDk7JjQ5OyY0ODsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDk7JjQ4OyY0ODsmNDg7
JjQ5OyY0ODsNCiY0OTsmNDk7JjQ4OyY0OTsmNDg7JjQ4OyY0OT smNDg7
JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7JjQ5OyY0ODsmNDk7
JjQ5OyY0ODsmNDk7DQomNDg7JjQ4OyY0OTsmNDg7JjQ5OyY0OT smNDg7
JjQ5OyY0ODsmNDg7JjQ5OyY0ODsmNDk7JjQ5OyY0OTsmNDg7
JjQ4OyY0ODsmNDk7JjQ4Ow0KJjQ5OyY0OTsmNDk7JjQ4OyY0OD smNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0ODsmNDk7JjQ4OyY0ODsmNDk7
JjQ4OyY0ODsmNDg7JjQ4OyY0ODsNCiY0ODsmNDg7JjQ5OyY0OD smNDk7
JjQ5OyY0OTsmNDg7JjQ4OyY0ODsmNDk7JjQ4OyY0OTsmNDk7
JjQ4OyY0OTsmNDg7JjQ4OyY0OTsmNDg7DQomNDk7JjQ5OyY0OD smNDk7
JjQ4OyY0ODsmNDk7JjQ4OyY0OTsmNDk7JjQ4OyY0OTsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDk7JjQ4Ow0KJjQ4OyY0OD smNDk7
JjQ4OyY0OTsmNDk7JjQ5OyY0ODsmNDg7JjQ4OyY0OTsmNDg7
JjQ5OyY0OTsmNDk7JjQ4OyY0ODsmNDg7JjQ5OyY0ODsNCiY0OT smNDk7
JjQ4OyY0OTsmNDg7JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDk7
JjQ4OyY0ODsmNDg7JjQ5OyY0ODsmNDk7JjQ5OyY0OTsmNDg7DQ omNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDk7JjQ4OyY0ODsmNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0OTsmNDg7JjQ4OyY0ODsmNDk7
JjQ4OyY0OTsmNDk7JjQ4OyY0OTsmNDg7JjQ4OyY0OTsmNDg7
JjQ5OyY0OTsmNDg7JjQ5Ow0K

Jul 28 '06 #1
14 4313
BB said:
Hello.

i am trying to decode a block of (what i think is) base64 into text,
The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Jul 28 '06 #2

Richard Heathfield wrote:
BB said:
Hello.

i am trying to decode a block of (what i think is) base64 into text,

The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it? i want to know HOW
to decode that string into plain text. obvisouly, it's not base64,
because what you gave me was ascii, not text. text meaning, words in a
sentence, much like what we are each using to communicate in this
thread.

can you help me beyond anything starting with &48; &49?
Becca

Jul 28 '06 #3
Becca said:
Richard Heathfield wrote:
>BB said:
Hello.

i am trying to decode a block of (what i think is) base64 into text,

The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.
thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it?
Not C. This is comp.lang.c, not crack.my.secret.code.
i want to know HOW to decode that string into plain text.
Then find out how it was encoded in the first place.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Jul 28 '06 #4

Richard Heathfield wrote:
Becca said:
Richard Heathfield wrote:
BB said:

Hello.

i am trying to decode a block of (what i think is) base64 into text,

The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.
thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it?

Not C. This is comp.lang.c, not crack.my.secret.code.
i want to know HOW to decode that string into plain text.

Then find out how it was encoded in the first place.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
if i knew how it was encoded, i'd know how to decode it. as explained,
i know nothing about this sort of computer speak. that's why i came
for help. you're kind of a bitter guy, aren't you? still, thanks for
your input.

Becca

Jul 28 '06 #5

"BB" <be********@yahoo.comwrote:
i am trying to decode a block of (what i think is) base64 into text,
and i have NO idea how to begin. I'm going to paste the whole string
here, but i want to know the steps necessary to convert it to text.
i've tried the usual binary/ascii techniques, but they just seem to
loop back in to each other. what is the step by step to get from
base64 to text? this is for an evil riddle i'm trying to solve.
thanks. Becca. here's the string:
JjQ4Oy Y0ODsm NDk7JjQ4O yY0OTsm NDk7JjQ5O yY0ODsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsNCiY0OTsmNDk7JjQ4OyY0OTsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0ODsmNDk7DQomNDg7JjQ4OyY0OT smNDg7
(snip)
I don't know if that's a standard code or a proprietary code.
I notice that certain 3-character chunks appear often: "JjQ", "4Oy",
"Tsm", "Dsm", "NDg", "NDk". All lines end with "smNDg7" Perhaps
7 is a block ender. Chunks of 8 and 16 chars end in "7". I can't
crack the code off the top of my head, though.

Your best bet: grill the person or firm you got this cyphertext
from, asking them for the key, so that you may decode it into
the corresponding plaintext.

Your second best bet: Google. Search for "base64". Search for
snippets from the cyphertext. Search for anything else your
imagination cooks up which may bear on this.

Your third best bet: Ask in other newsgroups.
comp.dcom.frame-relay? misc.misc? Ask KPD on misc.misc; he might
know.

Good luck.

--
Cheers,
Robbie Hatley
Tustin, CA, USA
lone wolf intj at pac bell dot net
(put "[usenet]" in subject to bypass spam filter)
home dot pac bell dot net slant earnur slant

Jul 28 '06 #6
Becca wrote:
>
Richard Heathfield wrote:
Becca said:
Richard Heathfield wrote:
>BB said:
>>
Hello.
>
i am trying to decode a block of (what i think is) base64 into text,
>>
>The answer hasn't changed since the last time you asked, over in
>comp.programming, under a different name.
>>
thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it?
Not C. This is comp.lang.c, not crack.my.secret.code.
i want to know HOW to decode that string into plain text.
Then find out how it was encoded in the first place.

if i knew how it was encoded, i'd know how to decode it. as explained,
i know nothing about this sort of computer speak. that's why i came
for help. you're kind of a bitter guy, aren't you? still, thanks for
your input.
You say that you don't know how it was encoded, yet you started you
initial post claiming you think it's base64. Which is it?

If it's base64, then what's your C question?

If it's not base64, then what's your C question?

In either case, a 30-second test confirms that the text does
successfully decode when treated as base64 (which doesn't mean
that base64 is necessarily the required decoding), which brings
us back to my (and Richard's implied) question:

What's your C question?

--
+-------------------------+--------------------+-----------------------+
| Kenneth J. Brody | www.hvcomputer.com | #include |
| kenbrody/at\spamcop.net | www.fptech.com | <std_disclaimer.h|
+-------------------------+--------------------+-----------------------+
Don't e-mail me at: <mailto:Th*************@gmail.com>

Jul 28 '06 #7
On Fri, 28 Jul 2006, Richard Heathfield wrote:
Becca said:
>Richard Heathfield wrote:
>>BB said:

Hello.

i am trying to decode a block of (what i think is) base64 into text,

The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.
thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it?

Not C. This is comp.lang.c, not crack.my.secret.code.
The OP might be able to get what she wants on sci.crypt, if
she asked nicely.

[Is the above statement accurate, Richard? My impression is
that sci.crypt posters enjoy such puzzles, but I am not a poster
there so I cannot speak for them.]

Tak-Shing
Jul 28 '06 #8
Becca wrote:
Richard Heathfield wrote:
>Becca said:
>>Richard Heathfield wrote:
BB said:

Hello.
>
i am trying to decode a block of (what i think is) base64 into text,
The answer hasn't changed since the last time you asked, over in
comp.programming, under a different name.

thank you for replying (again). however, you did not answer my
question. so if it's not base64, then what is it?
Not C. This is comp.lang.c, not crack.my.secret.code.
You still seem to have ignored what Richard pointed out here, that this
is the wrong group.
>>i want to know HOW to decode that string into plain text.
Then find out how it was encoded in the first place.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Please don't quote peoples signatures. You should only quote the
portions of a message you are responding to.
if i knew how it was encoded, i'd know how to decode it. as explained,
i know nothing about this sort of computer speak. that's why i came
for help. you're kind of a bitter guy, aren't you? still, thanks for
your input.
I've no idea what Richard has said else where, but his attitude to your
posting here is hardly surprising. What do you think your local computer
store would tell you if you took a printout of that code in and asked
how to decode it? Round where I live they would look surprised and would
not have a clue.

If you don't know how it is coded ask the person you got it from. Either
that or study cryptography and learn how to crack it.

Your question has absolutely nothing to do with C so it does not belong
here.
--
Flash Gordon
Still sigless on this computer
Jul 28 '06 #9
Robbie Hatley wrote:
"BB" <be********@yahoo.comwrote:
i am trying to decode a block of (what i think is) base64 into text,
and i have NO idea how to begin. I'm going to paste the whole string
here, but i want to know the steps necessary to convert it to text.
i've tried the usual binary/ascii techniques, but they just seem to
loop back in to each other. what is the step by step to get from
base64 to text? this is for an evil riddle i'm trying to solve.
thanks. Becca. here's the string:
JjQ4Oy Y0ODsm NDk7JjQ4O yY0OTsm NDk7JjQ5O yY0ODsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsNCiY0OTsmNDk7JjQ4OyY0OTsmNDg7
JjQ4OyY0OTsmNDg7JjQ5OyY0OTsmNDg7JjQ5OyY0ODsmNDg7
JjQ5OyY0ODsmNDk7JjQ5OyY0ODsmNDk7DQomNDg7JjQ4OyY0OT smNDg7
(snip)

I don't know if that's a standard code or a proprietary code.
I notice that certain 3-character chunks appear often: "JjQ", "4Oy",
"Tsm", "Dsm", "NDg", "NDk". All lines end with "smNDg7" Perhaps
7 is a block ender. Chunks of 8 and 16 chars end in "7". I can't
crack the code off the top of my head, though.

Your best bet: grill the person or firm you got this cyphertext
from, asking them for the key, so that you may decode it into
the corresponding plaintext.

Your second best bet: Google. Search for "base64". Search for
snippets from the cyphertext. Search for anything else your
imagination cooks up which may bear on this.

Your third best bet: Ask in other newsgroups.
comp.dcom.frame-relay? misc.misc? Ask KPD on misc.misc; he might
know.

Good luck.

--
Cheers,
Robbie Hatley
Tustin, CA, USA
lone wolf intj at pac bell dot net
(put "[usenet]" in subject to bypass spam filter)
home dot pac bell dot net slant earnur slant
thank you for so much help. all good ideas, and i will pursue googling
"chunks" to see if i can determine what to do now. i hadn't thought of
that.

i apologize that i don't know what my "c" question is. i was told it
might be base64, and i went from there. after researching what base64
looks like, it seemed characteristic of that explanation, and i went
from there, fully believing i was on the right track.

i thot i was asking nice, and then i got a bit of a lashing on another
group. however, that did inspire me to ask my question in a "code
cracking" group, hoping they'll enjoy my position a little better.

if it makes you feel any better, i pretty much have no idea what you
are talking about, or what i am talking about, for that matter.

but i am learning as i go, and i now know two things: #1 i will never
be a computer programmer (not as if there was a chance in the first
place) and #2 i do respect your knowledge. it's what seperates you,
the l337, from me, the n008. (P.S. i know i am not allowed to use l337
speak as a n008, but it was hoping to soften a few angry men). =)

i sincerely do not want anyone to decode all of it, i just want to know
what to do, look for, research, whatever. every trick i know
(ascii/binary) did not work, and i am truly lost.

hopefully, i can work my way thru with what ideas you've presented to
me now. thank you for some simply straight answers.

Becca

Jul 28 '06 #10
In article <11**********************@i3g2000cwc.googlegroups. com>,
BB <be********@yahoo.comwrote:
>i am trying to decode a block of (what i think is) base64 into text,
and i have NO idea how to begin. I'm going to paste the whole string
here, but i want to know the steps necessary to convert it to text.
>here's the string:
>JjQ4Oy Y0ODsm NDk7JjQ4O yY0OTsm NDk7JjQ5O yY0ODsmNDg7
<OT>
base64 decode it. Take the result, and everywhere you see an
ampersand (&), follow that ampersand with a number sign (#).
Everywhere you see a carriage-return, proceed the carriage-return
with <BR (the four characters '<' 'B' 'R' '>'.) Then
run the result through a web page viewer. Look at the
number of characters that show up -- they will remind you of
something. Count the printable ones. See if they are evenly
divisible by a certain small number that is well associated
with what is visible. This will suggest a further decoding to
you. The result of that decoding will be a string consisting
of exactly 3 different varieties of characters that suggest another
well-known code. (I looked up the decoding of that well-known code
but there is some ambiguity where to place the boundaries so I can't
immediately read off the answer.)
--
Prototypes are supertypes of their clones. -- maplesoft
Jul 28 '06 #11

Walter Roberson wrote:
In article <11**********************@i3g2000cwc.googlegroups. com>,
BB <be********@yahoo.comwrote:
i am trying to decode a block of (what i think is) base64 into text,
and i have NO idea how to begin. I'm going to paste the whole string
here, but i want to know the steps necessary to convert it to text.
here's the string:
JjQ4Oy Y0ODsm NDk7JjQ4O yY0OTsm NDk7JjQ5O yY0ODsmNDg7

<OT>
base64 decode it. Take the result, and everywhere you see an
ampersand (&), follow that ampersand with a number sign (#).
Everywhere you see a carriage-return, proceed the carriage-return
with <BR (the four characters '<' 'B' 'R' '>'.) Then
run the result through a web page viewer. Look at the
number of characters that show up -- they will remind you of
something. Count the printable ones. See if they are evenly
divisible by a certain small number that is well associated
with what is visible. This will suggest a further decoding to
you. The result of that decoding will be a string consisting
of exactly 3 different varieties of characters that suggest another
well-known code. (I looked up the decoding of that well-known code
but there is some ambiguity where to place the boundaries so I can't
immediately read off the answer.)
--
Prototypes are supertypes of their clones. -- maplesoft
i will follow your directions. thank you very much.
Becca

Jul 28 '06 #12
Tak-Shing Chan said:
On Fri, 28 Jul 2006, Richard Heathfield wrote:
This is comp.lang.c, not crack.my.secret.code.

The OP might be able to get what she wants on sci.crypt, if
she asked nicely.

[Is the above statement accurate, Richard? My impression is
that sci.crypt posters enjoy such puzzles, but I am not a poster
there so I cannot speak for them.]
It's unlikely that the request will be well-received there. The ciphertext
is indeed encoded in such a way that it /can/ be meaningfully
base-64-decoded. I posted the plaintext in comp.programming in my original
response to Becca's article there - but it isn't very enlightening
plaintext. Even assuming the base-64 decoding was a necessary step (which
is not a given, of course), it certainly does not appear to be a sufficient
step. So we're back to a ciphertext with no algorithm.

Ciphertexts with no algorithm are ten a penny, and sci.crypt regs don't take
kindly to them, for excellent reasons which many crypto-wannabees seem
unable to understand.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Jul 28 '06 #13
"Becca" <be********@yahoo.comwrites:
[...]
i apologize that i don't know what my "c" question is. i was told it
might be base64, and i went from there. after researching what base64
looks like, it seemed characteristic of that explanation, and i went
from there, fully believing i was on the right track.
That's the problem. Quite simply, you don't have a C question.

This is comp.lang.c. We discuss the C programming language. Your
question has nothing at all to do with the C programming language.
Therefore, asking it here was a mistake. An honest one, I'm sure, but
this entire discussion should have taken place somewhere else. (No, I
don't know where.) It's like asking about Star Trek trivia in
rec.skydiving.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jul 29 '06 #14
ah. well then, i'm very sorry. that was a very nice explanation. thank
you.
Becca

Keith Thompson wrote:
"Becca" <be********@yahoo.comwrites:
[...]
i apologize that i don't know what my "c" question is. i was told it
might be base64, and i went from there. after researching what base64
looks like, it seemed characteristic of that explanation, and i went
from there, fully believing i was on the right track.

That's the problem. Quite simply, you don't have a C question.

This is comp.lang.c. We discuss the C programming language. Your
question has nothing at all to do with the C programming language.
Therefore, asking it here was a mistake. An honest one, I'm sure, but
this entire discussion should have taken place somewhere else. (No, I
don't know where.) It's like asking about Star Trek trivia in
rec.skydiving.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jul 29 '06 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Thomas Williams | last post by:
Hello everyone, my name is Tom W. And, I am new to the list, and have been using Python for about a year now. Anyway, I got a question! I am trying to decode MIME (base64) email from a POP3...
1
by: Oliver Kurz | last post by:
Hello, I have a problem by converting a string to base64 and back again. I have a string with german special chars like äöüß. This string i convert with base64str=base64.encode('äöüß') into...
0
by: Sridhar Anupindi | last post by:
Hi, I am using the following algorithm to decode the string into ASCII set of characters.. The function returns me the decoded string but the problem is that my string contains both normal...
2
by: plank | last post by:
Hey Peeps, Ok here is my situation.. I have a Java applet which allows the user to select files and upload them to the server. The applet converts the file to Base64 and then POSTS the data to an...
27
by: gRizwan | last post by:
Hello all, We have a problem on a webpage. That page is sent some email data in base64 format. what we need to do is, decode the base64 data back to original shape and extract attached image...
10
by: mistral | last post by:
I need help implement based64 decoding in javascript: a function to return a script that has been base64 encoded into a string (decoding in client side). For encode, online base64 encoder tool was...
6
by: Peter K | last post by:
Hi in the processing of some text files, I have found I have strings like: f=E5t pr=F8ve where the strings "=E5" and "=F8" are danish characters "å" and "ø". I can work this out myself,...
3
by: ashu | last post by:
I am searching for Win32 (or WinMobile) API for converting ASCII string to Base64 and vice-versa can anyone help me out.... Thanks in advance...
1
by: Bryan A | last post by:
I'm having a problem decoding an encrypted Base64 string (with a key). I am trying to encode and decode with a url friendly version. It works if I use them seperate but when I try to put them both...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.