473,395 Members | 1,442 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,395 software developers and data experts.

send me the coding for map linking

dear sir,

Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.

by,
kamaraj.
Jan 15 '08 #1
15 1364
On Jan 14, 9:51 pm, kamaraj...@gmail.com wrote:
dear sir,

Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.

by,

kamaraj.
Some US states have over a hundred counties! (Texas has 254), It may
be better to have the user select from a list of counties for a state
than to build 50 detailed image maps,
Jan 15 '08 #2
ka********@gmail.com wrote:
dear sir,

Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.

by,
kamaraj.
This is all client-side. No PHP need be involved.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jan 15 '08 #3

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.com. ..
ka********@gmail.com wrote:
>dear sir,

Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.
by,

kamaraj.

This is all client-side. No PHP need be involved.
wow. isn't forcing the user to enable scripting in their browser your
argument in *every* 'discussion' you have with OMH? are you now saying it's
ok? take your own advice, it needs a purely non-scripted counterpart or it's
shit.

all the guy needs is a us map that he can use the height and width thereof
to 'tell' what state, even county, the user clicked (as submitted x/y).
server-side, he gets x/y, and uses a coordinate boundry array to define the
states...when x/y in a boundry, we have a known location.

to answer his specific question, all he needs to do is submit the map image
to the server when clicked...no specific client-side links need to exist at
all. and thus, the alternative to client-side scripting. :)
Jan 15 '08 #4

"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.com. ..
>ka********@gmail.com wrote:
>>dear sir,

Now I am doing the task that the index page contains
the US
states Map.When i am pressing on the particular state that state
map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the
state
map that particular county will be opened.There are 50 states in
us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.
by,

kamaraj.

This is all client-side. No PHP need be involved.

wow. isn't forcing the user to enable scripting in their browser
your argument in *every* 'discussion' you have with OMH? are you now
saying it's ok? take your own advice, it needs a purely non-scripted
counterpart or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as
submitted x/y). server-side, he gets x/y, and uses a coordinate
boundry array to define the states...when x/y in a boundry, we have
a known location.

to answer his specific question, all he needs to do is submit the
map image to the server when clicked...no specific client-side links
need to exist at all. and thus, the alternative to client-side
scripting. :)
Client side image map?

R.
Jan 15 '08 #5
Richard wrote:
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.com ...
>>ka********@gmail.com wrote:
dear sir,

Now I am doing the task that the index page contains
the US
states Map.When i am pressing on the particular state that state
map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the
state
map that particular county will be opened.There are 50 states in
us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.
by,

kamaraj.

This is all client-side. No PHP need be involved.
wow. isn't forcing the user to enable scripting in their browser
your argument in *every* 'discussion' you have with OMH? are you now
saying it's ok? take your own advice, it needs a purely non-scripted
counterpart or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as
submitted x/y). server-side, he gets x/y, and uses a coordinate
boundry array to define the states...when x/y in a boundry, we have
a known location.

to answer his specific question, all he needs to do is submit the
map image to the server when clicked...no specific client-side links
need to exist at all. and thus, the alternative to client-side
scripting. :)

Client side image map?

R.
Exactly. No PHP involved.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jan 15 '08 #6

"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>>
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.com ...
>>ka********@gmail.com wrote:
dear sir,

Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.

Please give me the coding for this in php.

Thank You.
by,

kamaraj.
This is all client-side. No PHP need be involved.

wow. isn't forcing the user to enable scripting in their browser your
argument in *every* 'discussion' you have with OMH? are you now saying
it's ok? take your own advice, it needs a purely non-scripted counterpart
or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as submitted
x/y). server-side, he gets x/y, and uses a coordinate boundry array to
define the states...when x/y in a boundry, we have a known location.

to answer his specific question, all he needs to do is submit the map
image to the server when clicked...no specific client-side links need to
exist at all. and thus, the alternative to client-side scripting. :)

Client side image map?
you are essentially providing a form with an image that, when submitted to
php, the x and y coords. are available to you, the developer. use that info
to generate the appropriate web page back to the user from there...no
client-side scripting involved.
Jan 15 '08 #7

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:Sf******************************@comcast.com. ..
Richard wrote:
>"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>>"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.co m...
ka********@gmail.com wrote:
dear sir,
>
Now I am doing the task that the index page contains the US
states Map.When i am pressing on the particular state that state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the state
map that particular county will be opened.There are 50 states in us
how should i create the link to county on the state map.
>
Please give me the coding for this in php.
>
>
>
Thank You.
>
>
by,
>
kamaraj.
>
This is all client-side. No PHP need be involved.
wow. isn't forcing the user to enable scripting in their browser your
argument in *every* 'discussion' you have with OMH? are you now saying
it's ok? take your own advice, it needs a purely non-scripted
counterpart or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as
submitted x/y). server-side, he gets x/y, and uses a coordinate boundry
array to define the states...when x/y in a boundry, we have a known
location.

to answer his specific question, all he needs to do is submit the map
image to the server when clicked...no specific client-side links need to
exist at all. and thus, the alternative to client-side scripting. :)

Client side image map?

R.

Exactly. No PHP involved.
i think you're lost in the thread jerry. the correct response would have
been:

exactly. no JAVASCRIPT involved. :)
Jan 15 '08 #8

"Steve" <no****@example.comwrote in message
news:C7*************@newsfe06.lga...
>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>>
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>>>
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.co m...
ka********@gmail.com wrote:
dear sir,
>
Now I am doing the task that the index page contains
the US
states Map.When i am pressing on the particular state that
state map
will be open.I create the link to states using with Microsoft
Frontpage.Now my problem is when i am clicking the county on the
state
map that particular county will be opened.There are 50 states in
us
how should i create the link to county on the state map.
>
Please give me the coding for this in php.
>
>
>
Thank You.
>
>
by,
>
kamaraj.
>

This is all client-side. No PHP need be involved.

wow. isn't forcing the user to enable scripting in their browser
your argument in *every* 'discussion' you have with OMH? are you
now saying it's ok? take your own advice, it needs a purely
non-scripted counterpart or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as
submitted x/y). server-side, he gets x/y, and uses a coordinate
boundry array to define the states...when x/y in a boundry, we
have a known location.

to answer his specific question, all he needs to do is submit the
map image to the server when clicked...no specific client-side
links need to exist at all. and thus, the alternative to
client-side scripting. :)

Client side image map?

you are essentially providing a form with an image that, when
submitted to php, the x and y coords. are available to you, the
developer. use that info to generate the appropriate web page back
to the user from there...no client-side scripting involved.
An image map is not scripted.
Its just... an image with links for certain areas.

R.
Jan 15 '08 #9

"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>
"Steve" <no****@example.comwrote in message
news:C7*************@newsfe06.lga...
>>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl. ..
>>>
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.c om...
ka********@gmail.com wrote:
>dear sir,
>>
> Now I am doing the task that the index page contains
>the US
>states Map.When i am pressing on the particular state that
>state map
>will be open.I create the link to states using with Microsoft
>Frontpage.Now my problem is when i am clicking the county on
>the state
>map that particular county will be opened.There are 50 states
>in us
>how should i create the link to county on the state map.
>>
> Please give me the coding for this in php.
>>
>>
>>
> Thank You.
>>
>>
> by,
>>
> kamaraj.
>>
>
This is all client-side. No PHP need be involved.

wow. isn't forcing the user to enable scripting in their browser
your argument in *every* 'discussion' you have with OMH? are you
now saying it's ok? take your own advice, it needs a purely
non-scripted counterpart or it's shit.

all the guy needs is a us map that he can use the height and
width thereof to 'tell' what state, even county, the user clicked
(as submitted x/y). server-side, he gets x/y, and uses a
coordinate boundry array to define the states...when x/y in a
boundry, we have a known location.

to answer his specific question, all he needs to do is submit the
map image to the server when clicked...no specific client-side
links need to exist at all. and thus, the alternative to
client-side scripting. :)

Client side image map?

you are essentially providing a form with an image that, when
submitted to php, the x and y coords. are available to you, the
developer. use that info to generate the appropriate web page back
to the user from there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.

R.
Exactly,
no PHP or Javascript involved.

:D

R.
Jan 15 '08 #10

"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>
"Steve" <no****@example.comwrote in message
news:C7*************@newsfe06.lga...
>>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl. ..
>>>
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast.c om...
ka********@gmail.com wrote:
>dear sir,
>>
> Now I am doing the task that the index page contains the
>US
>states Map.When i am pressing on the particular state that state map
>will be open.I create the link to states using with Microsoft
>Frontpage.Now my problem is when i am clicking the county on the
>state
>map that particular county will be opened.There are 50 states in us
>how should i create the link to county on the state map.
>>
> Please give me the coding for this in php.
>>
>>
>>
> Thank You.
>>
>>
> by,
>>
> kamaraj.
>>
>
This is all client-side. No PHP need be involved.

wow. isn't forcing the user to enable scripting in their browser your
argument in *every* 'discussion' you have with OMH? are you now saying
it's ok? take your own advice, it needs a purely non-scripted
counterpart or it's shit.

all the guy needs is a us map that he can use the height and width
thereof to 'tell' what state, even county, the user clicked (as
submitted x/y). server-side, he gets x/y, and uses a coordinate boundry
array to define the states...when x/y in a boundry, we have a known
location.

to answer his specific question, all he needs to do is submit the map
image to the server when clicked...no specific client-side links need
to exist at all. and thus, the alternative to client-side scripting. :)

Client side image map?

you are essentially providing a form with an image that, when submitted
to php, the x and y coords. are available to you, the developer. use that
info to generate the appropriate web page back to the user from
there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.
understood, but you'll find you're having to generate loads of links where
90% where never be used. that effects load times.
Jan 15 '08 #11

"Steve" <no****@example.comwrote in message
news:_k*************@newsfe06.lga...
>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>>
"Steve" <no****@example.comwrote in message
news:C7*************@newsfe06.lga...
>>>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl.. .

"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>
"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:V6******************************@comcast. com...
>ka********@gmail.com wrote:
>>dear sir,
>>>
>> Now I am doing the task that the index page
>>contains the US
>>states Map.When i am pressing on the particular state that
>>state map
>>will be open.I create the link to states using with Microsoft
>>Frontpage.Now my problem is when i am clicking the county on
>>the state
>>map that particular county will be opened.There are 50 states
>>in us
>>how should i create the link to county on the state map.
>>>
>> Please give me the coding for this in php.
>>>
>>>
>>>
>> Thank You.
>>>
>>>
>> by,
>>>
>> kamaraj.
>>>
>>
>This is all client-side. No PHP need be involved.
>
wow. isn't forcing the user to enable scripting in their browser
your argument in *every* 'discussion' you have with OMH? are you
now saying it's ok? take your own advice, it needs a purely
non-scripted counterpart or it's shit.
>
all the guy needs is a us map that he can use the height and
width thereof to 'tell' what state, even county, the user
clicked (as submitted x/y). server-side, he gets x/y, and uses a
coordinate boundry array to define the states...when x/y in a
boundry, we have a known location.
>
to answer his specific question, all he needs to do is submit
the map image to the server when clicked...no specific
client-side links need to exist at all. and thus, the
alternative to client-side scripting. :)

Client side image map?

you are essentially providing a form with an image that, when
submitted to php, the x and y coords. are available to you, the
developer. use that info to generate the appropriate web page back
to the user from there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.

understood, but you'll find you're having to generate loads of links
where 90% where never be used. that effects load times.
LOL!
Then which of the 50 states of the US should be left out?
;-)

R.
Jan 15 '08 #12
On Wed, 16 Jan 2008 00:48:36 +0100, Richard <root@localhostwrote:
>>>>Client side image map?

you are essentially providing a form with an image that, when
submitted to php, the x and y coords. are available to you, the
developer. use that info to generate the appropriate web page back
to the user from there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.

understood, but you'll find you're having to generate loads of links
where 90% where never be used. that effects load times.

LOL!
Then which of the 50 states of the US should be left out?
Oooh, don't tempt me :P
--
Rik Wasmus
Jan 15 '08 #13
Rik Wasmus wrote:
On Wed, 16 Jan 2008 00:48:36 +0100, Richard <root@localhostwrote:
>>>>>Client side image map?
>
you are essentially providing a form with an image that, when
submitted to php, the x and y coords. are available to you, the
developer. use that info to generate the appropriate web page back
to the user from there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.

understood, but you'll find you're having to generate loads of links
where 90% where never be used. that effects load times.

LOL!
Then which of the 50 states of the US should be left out?

Oooh, don't tempt me :P
Hmmm, we could start with Texas... :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jan 16 '08 #14

"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl...
>
"Steve" <no****@example.comwrote in message
news:_k*************@newsfe06.lga...
>>
"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl. ..
>>>
"Steve" <no****@example.comwrote in message
news:C7*************@newsfe06.lga...

"Richard" <root@localhostwrote in message
news:47***********************@news.euronet.nl. ..
>
"Steve" <no****@example.comwrote in message
news:w%*************@newsfe05.lga...
>>
>"Jerry Stuckle" <js*******@attglobal.netwrote in message
>news:V6******************************@comcast .com...
>>ka********@gmail.com wrote:
>>>dear sir,
>>>>
>>> Now I am doing the task that the index page contains the
>>>US
>>>states Map.When i am pressing on the particular state that state
>>>map
>>>will be open.I create the link to states using with Microsoft
>>>Frontpage.Now my problem is when i am clicking the county on the
>>>state
>>>map that particular county will be opened.There are 50 states in us
>>>how should i create the link to county on the state map.
>>>>
>>> Please give me the coding for this in php.
>>>>
>>>>
>>>>
>>> Thank You.
>>>>
>>>>
>>> by,
>>>>
>>> kamaraj.
>>>>
>>>
>>This is all client-side. No PHP need be involved.
>>
>wow. isn't forcing the user to enable scripting in their browser your
>argument in *every* 'discussion' you have with OMH? are you now
>saying it's ok? take your own advice, it needs a purely non-scripted
>counterpart or it's shit.
>>
>all the guy needs is a us map that he can use the height and width
>thereof to 'tell' what state, even county, the user clicked (as
>submitted x/y). server-side, he gets x/y, and uses a coordinate
>boundry array to define the states...when x/y in a boundry, we have a
>known location.
>>
>to answer his specific question, all he needs to do is submit the map
>image to the server when clicked...no specific client-side links need
>to exist at all. and thus, the alternative to client-side scripting.
>:)
>
Client side image map?

you are essentially providing a form with an image that, when submitted
to php, the x and y coords. are available to you, the developer. use
that info to generate the appropriate web page back to the user from
there...no client-side scripting involved.

An image map is not scripted.
Its just... an image with links for certain areas.

understood, but you'll find you're having to generate loads of links
where 90% where never be used. that effects load times.

LOL!
Then which of the 50 states of the US should be left out?
from what i skimmed of the op, he's talking about zooming in from the globe,
to a country, to a state, to a county, to a city. the number of links grows
in large multiples the more you zoom in. :)

can you tell me how many counties there are in the us? how many cities? lots
o' links?
Jan 16 '08 #15

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:2Y******************************@comcast.com. ..
Rik Wasmus wrote:
>On Wed, 16 Jan 2008 00:48:36 +0100, Richard <root@localhostwrote:
>>>>>>Client side image map?
>>
>you are essentially providing a form with an image that, when
>submitted to php, the x and y coords. are available to you, the
>developer. use that info to generate the appropriate web page back
>to the user from there...no client-side scripting involved.
>
An image map is not scripted.
Its just... an image with links for certain areas.

understood, but you'll find you're having to generate loads of links
where 90% where never be used. that effects load times.

LOL!
Then which of the 50 states of the US should be left out?

Oooh, don't tempt me :P

Hmmm, we could start with Texas... :-)
and for those lacking humor, there's more opportunity provided by jerry
stuckle and in the whole of the u.s. there's simply not much to *not* laugh
at there. :-)
Jan 16 '08 #16

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

Similar topics

4
by: Mikkel christensen | last post by:
Hi there I wonder if any of you could point me in a direction where I can find some usefull information about coding standarts. I have some generel experiense in programming but I lack many...
0
by: gasturbtec | last post by:
please help im new at access programming and i just got this project dropped in my lap because the old programmer quit. i've been doing ok so far but now i need to add code to an existing database...
4
by: Colin Kingston | last post by:
Hi For a college project I intend to produce a web based access database which will allow a group leader to send the same email to group members registered for that group. I want the group...
4
by: Rvo | last post by:
Hi all, I need to use the Netware "send" function to send messages to some/all attached netware users on a server. However, I can't find any documentation on this topic on the Novell site or...
7
by: Lad | last post by:
Can anyone give an example how to send email with non-ascii characters( both in subject and body). I would like to use windows-1250 code page Thank you L.B.
1
by: mubarak basha | last post by:
hi, i wrote the following coding.......... <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Getting...
0
by: dreamsoul620 via AccessMonster.com | last post by:
Hi all! I'm trying to set up an email application for my database. I tried linking to my Outlook address book, but when reading from the table, I receive an error message saying I need to restart...
1
by: SRN | last post by:
Hi, I am doing the coding for send SMS from PC to Mobile Using GSM Modem in ASP.Net Framework 3. I am having SAMBA GSM modem and i am using the following code that is working fine. This...
2
by: johnplayboy07 | last post by:
hi, please i need support. i design a Registration form in frontpage 2003 and then design a table in SQL server 2000 database, now i want the data entries that will be filled on the form to be stored...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.