User Tools

Site Tools


opus:fall2012:nsano:part3

Part 3

Entries

Entry 1: November Day, 2012

Notes on Sip phone

  • I acomplished connect my home phone on a one way stream to the lair student asterisk server at least thats what i belive i connected to was the student server and not Presleys
  • well it turns out u can make point to poiint calling much like the president one way line to the pentagon for personal use but its seems that we as a class have given up on asterisk communication to the local normal network not sure what you would call it other then the public phone domain
  • well this project was kinda spoon feed ot me by presly he laid out step by step how to connect which with my expeirnce and knowldege whouldnt have been needed but for some reaosn that last two semesters i have been under going major brain lock
  • the documentation is scarce all i was to do is point my browser at the sip phone adapter and modify the place it looked to send and recive calls so the ponly thing i had to really do is to set up a directory on the Asterisk mechine to listen to the monkeys.

Entry 2: November Day, 2012

Just for you Tom a step by step for using wine and installing and running Diablo 2 and Diablo 2 LOD

  • Step 1 one assuming you have a linux distro installed enter your terminal and sudo root into your computer.
  • Step 2 run app update or yum update
  • Step 3 run app install or yum install wine
  • Step 4 configure wine to run all windows applications
  • Step 5 wait for wine to install and assuming you have the data for D2 and D2:LOD acess the folder/library and find the install exe and right click and click run with wine Diablo 2 DONT REGISTER
  • Step 6 as it installs google or find your CD keys make sure there 26 chacters
  • Step 7 repeat step 5 for Diablo 2 LOD
  • Step 8 if you made a desktop icon just double click like running a windows to play and tada it should run
  • step 9 get updates by accessing battle net and just getting kicked if you used banned keys like me

Entry 3: November Day, 2012

Using Argv and argc and scanf printf i can send and recive simple text by simply doing

argv argc promts user to type something tom command line then i use scanf and using a while loop with a termination varible so when your done messaging people you it will promt you after each message the only thing im having problem with is the lines of code being used to use a socket to send and recieve messages.

Entry 4: November Day, 2012

This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.

As an aid, feel free to use the following questions to help you generate content for your entries:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Remember that 4 is just the minimum number of entries. Feel free to have more.

Keywords

datacomm Keyword 3

Definition

Definition (in your own words) of the chosen keyword.

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

datacomm Keyword 3 Phase 2

Identification of chosen keyword.

Definition

Definition (in your own words) of the chosen keyword.

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

datacomm Keyword 3 Phase 2 Phase 2

Virtual Private Network

Definition

A virtual private network extends a private network through a tunnel to other computers. It is highly secure and uses encryption to port network activity under a tunnel

References

Demonstration

Demonstration of the indicated keyword.

If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:

/*
 * Sample code block
 */
#include <stdio.h>
 
int main()
{
    return(0);
}

Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:

lab46:~$ cd src
lab46:~/src$ gcc -o hello hello.c
lab46:~/src$ ./hello
Hello, World!
lab46:~/src$ 

Demonstration

Demonstration of the indicated keyword.

If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:

/*
 * Sample code block
 */
#include <stdio.h>
 
int main()
{
    return(0);
}

Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:

lab46:~$ cd src
lab46:~/src$ gcc -o hello hello.c
lab46:~/src$ ./hello
Hello, World!
lab46:~/src$ 

Experiment 3

Question

What is the question you'd like to pose for experimentation? State it here.

Resources

Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment.

Hypothesis

Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment.

State your rationale.

Experiment

How are you going to test your hypothesis? What is the structure of your experiment?

Data

Perform your experiment, and collect/document the results here.

Analysis

Based on the data collected:

  • Was your hypothesis correct?
  • Was your hypothesis not applicable?
  • Is there more going on than you originally thought? (shortcomings in hypothesis)
  • What shortcomings might there be in your experiment?
  • What shortcomings might there be in your data?

Conclusions

What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.

opus/fall2012/nsano/part3.txt · Last modified: 2012/12/04 11:52 by nsano