Hi Everyone,
I am new to C/C++, I would like to perform the following task:

1. Build or model a wireless nodes for about 10 computers

2. Assign two feature to each of the node e.g. FTP and TELNET, or SMTP and POP3. So that each node can be given each task they deal with different from other nodes

3. Setting each node with feature like FTP to have a decision tree

4. Loop through to generate a simple anomaly rules or mis-use rule that can be store in a text file.

I am new to this propramme, can anyone help me with relevant code or explanations or URL links.

Thanks alot.

Recommended Answers

All 3 Replies

>can anyone help me with relevant code or explanations or URL links.
Sure. What part do you need help with?

I need help with the first 3 part as shown below:

1. Build or model a wireless nodes for about 10 computers

2. Assign two feature to each of the node e.g. FTP and TELNET, or SMTP and POP3. So that each node can be given each task they deal with different from other nodes

3. Setting each node with feature like FTP to have a decision tree


Can you please help?

Hmm, so the only thing you know how to do is step 4? What have you got so far? We ain't just going to do your homework for you.

It may help you to plan out the program and lay out some flow charts to visualize the whole program before starting to code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.