Ανδρέας 🇮🇹
hi guys does anyone of you have experience with NETCAT?
I have some experience in it, maybe I can help
Joe
I have some experience in it, maybe I can help
ok appreciate it! my goal: connect from linux device to a windows pc. I already can connect from windows to the linux machine but not the other way around and I don`t know why.
Joe
Joe
seems like it cannot connect
Ανδρέας 🇮🇹
I think you have to set a gateway and IP address on both
Ανδρέας 🇮🇹
https://www.quora.com/How-can-I-connect-two-computers-with-an-Ethernet-cable
Ανδρέας 🇮🇹
Try this
Joe
i think you`re right.. thats what ipconfig shows
Joe
there is no default gateway, could this be the problem?
Ανδρέας 🇮🇹
i think that is
Joe
i think that is
i set a default gatetwa but it still doesn`t work.. any other ideas? the send command seems to instantly stop after executing, without waiting for me to type messages/text
Joe
have you used verbose mode to get more information
soory don`t understand how do i use that
Ανδρέας 🇮🇹
try add -v after the command
Ибраги́м
cdecl: C gibberish ↔️ English https://cdecl.org/
Ибраги́м
https://www.youtube.com/watch?v=0QOxC7ADT80
Joe
try add -v after the command
root@rp-f048aa:~# nc 169.254.59.211 2999 -v
Joe
didn`t do anything..
Ανδρέας 🇮🇹
it should print more information
Ανδρέας 🇮🇹
it's useful for troubleshooting
Joe
i guess there`s no info to print cause it literally doesn`t do anything ..
Anonymous
Ludovic 'Archivist'
Have you already practiced programming with another language?
Then go for Programming: Principles and Practice Using C++
Joe
hmm idk
thanks anyway :)
Ανδρέας 🇮🇹
thanks anyway :)
ur welcome :) I can't help sorry :|
Anonymous
Can I get lectures of c language
Box of
Why not expand bot at start to ask if you're looking for C/C++ books or others? If someone choses book option then he/she would be sent to that site with books Else Like usual
BinaryByter
@roxifas i support that idea (if it is technically doable)
Bader
Does anyone know of a super barebones OS for rasp pi?
Prometheus
Does anyone know of a super barebones OS for rasp pi?
How barebones are you looking to go?
Bader
Enough to compile cpp programs, and networking I guess. Not too expeienced with this styff
Prometheus
Is say tiny core Linux or raspbsd http://www.raspbsd.org/raspberrypi.html
BinaryByter
tcl is the way to go
BinaryByter
its minimal
BinaryByter
and it is for scientific purposes, so it likely supports almost every plattform
Bader
here is what I need to do basically: load my c++ lib that I made, run a recurring program that I wrote this using lib, sends updates to a server.
Bader
tcl is the way to go
Okay will check that out as well
Bader
here is what I need to do basically: load my c++ lib that I made, run a recurring program that I wrote this using lib, sends updates to a server.
I just need it enough to do something like this. Again, not experienced with this ,so sorry if it's a trivial question
Bader
Like, with an esp i can just load compiled c++ on to it. with raspberry pi i'd have to have a kernel, cross-compiler etc..?
BinaryByter
BinaryByter
the raspy won't have an interface except for a webinterface
Bader
hmm okay
Bader
might try that
Bader
could possibly experiement with accessing the pi with ssh, and playing with it CLI-style?
Roxifλsz 🇱🇹
@roxifas i support that idea (if it is technically doable)
Sure, I support it too, but I'm busy with other projects :D
klimi
I would do something "I agree with rules "
klimi
Than "prove that you're human"
Box of
Damm
Box of
You have some contacts with br00talzoid?
Dima
Brootal lmao
Dhiraj
Ok
Anonymous
#WARN: Chat: C/C++ admin: Anunay User: Prince User ID: 596565737 Reason: this is off topic, use the ot group for it
klimi
is this chanel public?
Anonymous
Nope
klimi
okkk
Dhiraj
I have a question related to c programming
BinaryByter
#meta
Dhiraj
#define printf() P will it work
Dhiraj
It is book question
olli
#define printf() P will it work
This line alone is fine. If you however try to use the printf function afterwards it won't work.
Dhiraj
Which error linker or compile time
BinaryByter
compile time
olli
Which error linker or compile time
Compile error If you do not pass any paramter: P was not declared in this scope, If you try to pass parameter: printf macro takes no parameters But why not try it on your own
Dhiraj
Book for data structure please ....our madam was worst at teaching DS
Ariana
is there actually a book on data structures xd
BinaryByter
is there actually a book on data structures xd
just use a binary tree in every application
BinaryByter
because its faster
BinaryByter
*writes hello world with a binary tree in the hopes of making it fast*
Dhiraj
Book