Is it possible to program a peer-to-peer network where you can customize your own client and server IP addresses? like radios on the same Hz

Joined
Oct 25, 2022
Messages
1
Reaction score
0
I'm thinking going way down low even to machine codes and assembly languages to make a peer-to-peer chat app, basically like a radio where you communicate by being on the same frequency, like any typical P2P network, every device is a client and server, but in this app every client will be assigned the same IP and so will the server, so when everyone has the same IPs, no one will know who is who
For example, when if everyone agrees on as a server their IPs will be 1.1.1.1, and everyone as a client will be 2.2.2.2, when you send a message you will be sending the message without knowing which 2.2.2.2 server you are sending to, the every 2.2.2.2 will be actively listening to 1.1.1.1 client, when the 2.2.2.2 server receives a message from 1.1.1.1 the server won't know which 1.1.1.1 did the message came from
 
Joined
Mar 11, 2022
Messages
227
Reaction score
32
Not the Server IP, but the HZ, if you use HZ as room ID than yes.
If it's just a chat APP, (users typing in different rooms/HZ in realtime) than socket.IO is all you need. Simple to install and simple to use. You don't even need us because socket.io has the best documentation.

If it's more like streaming than you may need us. But your talking about "going down to machine code ans assembly labuages" which even was oldschool when my generation learned it (and im 48). So maybe you are the genius and should teach us dumb people and don't need our help for that reason. Because that is absolutely not going way down low.

If you're talking about streaming than you also should consider using socket.io as a signaling server. But also a NAT Server (WebRTC) and a stun plus turn server. Stun servers are available from google for free. But still you should use cortana (or similiar) to get your own. Google servers are used from Millions of people at the same sec. So they behave like a horse that carries a hundred people on it's back (hope that picture helps)

All the IP stuff is BS. You don't need it. Above is everything you need for your goal. If you don't understand a word of it (machine code guy) than you should come back after learning a bit of it, Because that is absolutely mandatory. If you don't know what i was talking about you will fail. And you need way more than just a forum.

PS:
You can hire my though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top