User Profile

Collapse

Profile Sidebar

Collapse
ShambhuHubli
ShambhuHubli
Last Activity: Jan 22 '08, 04:28 AM
Joined: Jul 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ShambhuHubli
    started a topic Network bitlevel-packet formation

    Network bitlevel-packet formation

    Hi all !
    In my application, I need to construct a packet(SMS format), and send it over the network... And should decrypt the packet on the receiver side.... Using Python
    My packet look like:

    Message-Id = 3-bit
    Expire = 5-bit
    Type = 8-bit
    Message = 8-bit

    Can any one help me how to contruct it into one variable.. and send it on the network...
    Please help me out

    ...
    See more | Go to post

  • ShambhuHubli
    started a topic SIP Interview Questions

    SIP Interview Questions

    Hi all,
    Can any body please send me documents or links related to SIP interview questions or frequently asked questions on SIP...........
    my main id - removed per Posting Guideliens

    Thanks in advance,
    Shambhu.
    See more | Go to post

  • Writing in Python Tkinter Textwidget with specified line number.

    Hi all !

    I am developing GUI in Python Tkinter for one application.
    In this I have created one Text box. And I need to insert the text inside the text box directly in to some paticular line say 10th line, without inserting any '/n' before that line...
    For Example :
    text = Text(parent, height, width, .... ) # Creating Text widget inside its parent.
    text.insert(INS ERT, "Hi\n") # inserting...
    See more | Go to post

  • How to create different shapes of buttons using Python Tkinter for developing GUI

    Hi !
    I am developing front end for some application using Python Tkinter. And I am new to this GUI development.
    In my application, I have to create buttons other than square or rectangle. I want buttons something like Oval(or any other shape). I searched a lot.. But could'nt get.
    If any of you know please help me out.

    Thanks in advance.
    See more | Go to post

  • No actually actually i have declared first time as, static int first_time=0. And I am incrementing it inside the loop. But still I am grtting the problem....
    See more | Go to post

    Leave a comment:


  • Problem with "PyRun_SimpleString" while interfacing Python with C

    Hi all!! .. I am New member to this group.

    And also new to C/PYTHON API coding.

    I am trying to have two way communication i,e i am calling from python to C and then from C to python.
    I have no problem calling c func from python....
    But problem is for calling C to Python
    I am trying to call a python function multiple times by passing one parameter 'fun(param)' from C code .
    I am getting segmentation...
    See more | Go to post
No activity results to display
Show More
Working...