AthTek Blog » tutorial http://www.athtek.com/blog network monitor,packet sniffing,Skype voice recorder,DirectX toolkit, registrycleaner, code to flowchart and other free software Thu, 19 Aug 2021 22:26:13 +0000 en-US hourly 1 https://wordpress.org/?v=4.0.38 Easier way for Ping test by IP-MAC scanner http://www.athtek.com/blog/2013/07/25/easier-way-for-ping-test-by-ip-mac-scanner/ http://www.athtek.com/blog/2013/07/25/easier-way-for-ping-test-by-ip-mac-scanner/#comments Thu, 25 Jul 2013 17:35:45 +0000 http://www.athtek.com/blog/?p=1461 Continue reading ]]> Easier way for Ping test by IP-MAC scanner

bestipscaner

Ping test is a very basic operation of network administrators or IT products programmers. It is helpful when you need to launch a network test or troubleshoot for your network.

Experienced administrators can insight into the situations of the network by ping test. There are several ways that can launch a ping test:

The first way I want to introduce is by DOS command:

Windows, UNIX and linux all provide this command.

Take Windows as an example.

  • Search “run” in the start list, Input “cmd” and click “OK”.
  •    run
  • Input command “ping +IP address” and press Enter.ping

Tips: If it does not recognize the “ping” command, you may need to add   “\c:\windows\system32″ in system variables (in advanced system setting and edit the value of “path”).

The second way to launch ping test is using some professional tool like IP-MAC scanner. It is 10 times more convenient and professional than others. You can download from here.

  • Firstly, it takes you within 1 minute to download and install it into your computer.
  • Open it, choose database (you can add any IP or MAC addresses from scan list) and tick the IP you want to ping.
  • scannerFinally click “ping” button.
  • pingresult

IP-MAC sanner is a tool that can be your assistant to help you to manage all the IP in your network. More information in our website:http://www.athtek.com/index.htm.

]]>
http://www.athtek.com/blog/2013/07/25/easier-way-for-ping-test-by-ip-mac-scanner/feed/ 0
Tutorial of NetWalk: How to use traffic filter to capture packets? Part 1 http://www.athtek.com/blog/2013/07/22/how-to-use-filter-to-capture-packets/ http://www.athtek.com/blog/2013/07/22/how-to-use-filter-to-capture-packets/#comments Mon, 22 Jul 2013 16:57:13 +0000 http://www.athtek.com/blog/?p=1435 Continue reading ]]> packet sniffing and analyzing

[PDF] Through the filter which can change the scope of capturing packet data, we can capture only the specific packets we need. So users should focus on the data which causes a network failure or comes from network attacks, rather than analyze all the large amounts of data. In terms of capturing packets AthTek NetWalk is one of the most professional tool which provide filer completely thus reducing workload and improving efficiency.

This Tutorial is based on AthTek NetWalk Enterprise Edition.

The next steps are significant.

  • First run AthTek NetWalk and click “Captures”
  • Before you starting to capture package,you need to choose the filter which was created in the past. Actually, AthTek NetWalk had preset some filters already.CaptureOptions
  • If you need to create your special filter, what you should be clear is the mean it works. AthTek NetWalk can filter the data mainly by IP addresses, Ports and protocols and if you want to know more details about further settings, please read the following tutorials.Add Filter
  • Click “and” button and choose “Address Rules” in the drop-down menu you can specify IP address and the direction of transfer. Here we assume that address 1 is 192.168.1.1, address 2 is arbitrary and both directions for example.address rules
  • You can also choose Port rules and protocol rules and specify them to meet your demand.
  • When you have finished your filter, you can go back to the first step and click “Captures”!

Tips: If you are facing with problems much more complex than the situation that I took for example, you need to read my next article for more details about the combination of different simple filters.

]]>
http://www.athtek.com/blog/2013/07/22/how-to-use-filter-to-capture-packets/feed/ 0
How to Write an Efficient Flowchart for C Programming? http://www.athtek.com/blog/2013/06/15/how-to-write-efficient-flowchart-for-c-programming/ http://www.athtek.com/blog/2013/06/15/how-to-write-efficient-flowchart-for-c-programming/#comments Sat, 15 Jun 2013 15:32:55 +0000 http://www.athtek.com/blog/?p=1297 Continue reading ]]> Flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing program and explaining program to others. Flowchart are useful in efficient coding, debugging and analysis of a program, drawing flowchart in very complicated in case of complex programs and often ignored.

write an efficient flowchart

Flowchart contains many different symbols which stand for different states. A well-designed flowchart will greatly help in program learning and technical documenting. In the following article, I will show you how to write an efficient flowchart for C programming. There would be different situations: writing an efficient flowchart when you have a C project or not.

A. write an efficient flowchart for existing C project.
Sometimes you have a C project, but for some reason you haven’t got the flowchart to it. It will be an impossible mission to read and rewrite the algorithms into a flowchart. It will take quite a long time and energy but we still could hardly to get the exact flowchart to the C project. Here we should use a Code to Flowchart Converter in this task. The only thing we need to do is to import the C project to this software and the flowchart will immediately created in the board. The flowchart can be exported as MS Word, VISIO, XML, Bitmap and SVG formats. Definitely, we can print out the flowchart directly with a printer.

Code to Flowchart Converter

B. write an efficient flowchart for the following C programming task.
Usually we start to programming with a flowchart. If it is an efficient flowchart, that will definitely make programming less work. Maybe you use to write the flowchart with the help of flowchart makers. But I will introduce a technical flowchart software to you – AthTek Flowchart to Code. It doesn’t like any other flowchart makers which can write flowcharts for any industry. AthTek Flowchart to Code concentrates on writing flowcharts for programming. It can easily write an efficient flowchart for C programming all by clicks. The flowchart will strictly follow the programming rules and structures. What’s more, we can even use this software to generate source code directly by the flowchart. It supports C, C++, C#, Java, JavaScript and Delphi.
flowchart to codeIf you have any question or suggestion about this article, please leave your comment below.

Download This Article as PDF

]]>
http://www.athtek.com/blog/2013/06/15/how-to-write-efficient-flowchart-for-c-programming/feed/ 0